remove console log

This commit is contained in:
Simon Vieille 2021-06-09 16:27:37 +02:00
parent 38a97eab2c
commit a330c8f5d7

View file

@ -83,8 +83,6 @@ const doInitEditor = () => {
conf.mode = 'exact'
conf.elements = id
console.log(conf);
tinymce.init(conf);
})
}