chore(cleanup) remove debug message
This commit is contained in:
@@ -753,7 +753,6 @@ class Cetra extends Emitter {
|
|||||||
* @returns {mixed} the converted (otherwise the same) value
|
* @returns {mixed} the converted (otherwise the same) value
|
||||||
*/
|
*/
|
||||||
convertValue(type, value) {
|
convertValue(type, value) {
|
||||||
console.log('bane', this.#internals.get('types'), type, value);
|
|
||||||
const convertFn = this.#internals.get('types').get(type ?? 'string');
|
const convertFn = this.#internals.get('types').get(type ?? 'string');
|
||||||
if (!convertFn) {
|
if (!convertFn) {
|
||||||
Logger.warn(`No conversion function found for type "${type}".`);
|
Logger.warn(`No conversion function found for type "${type}".`);
|
||||||
|
|||||||
Reference in New Issue
Block a user