chore(cleanup) remove debug message

This commit is contained in:
Benjamin Wegener
2024-01-11 23:30:19 +00:00
parent 3d0ea01d85
commit ee7252328d

View File

@@ -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}".`);