diff --git a/src/canvas/view/CanvasView.js b/src/canvas/view/CanvasView.js index 1b3e22267..d29a1b426 100644 --- a/src/canvas/view/CanvasView.js +++ b/src/canvas/view/CanvasView.js @@ -327,7 +327,6 @@ module.exports = Backbone.View.extend({ // In editor, I make use of setTimeout as during the append process of elements // those will not be available immediatly, therefore 'item' variable const script = document.createElement('script'); - console.log(model.getScriptString()); script.innerText = ` setTimeout(function() { var item = document.getElementById('${id}');