remove log

This commit is contained in:
Philipp Kühn
2021-04-02 22:20:20 +02:00
parent 7adf1853d7
commit c8f384b9fc

View File

@@ -43,10 +43,7 @@ export default class ExtensionManager {
} }
} }
// console.log(extension.config.onBeforeCreate)
if (typeof extension.config.onBeforeCreate === 'function') { if (typeof extension.config.onBeforeCreate === 'function') {
console.log('JOOO')
this.editor.on('beforeCreate', extension.config.onBeforeCreate.bind(context)) this.editor.on('beforeCreate', extension.config.onBeforeCreate.bind(context))
} }