Browse Source

Clean from debug stuff

pull/736/head
Artur Arseniev 8 years ago
parent
commit
8f68c91aeb
  1. 1
      src/canvas/view/CanvasView.js

1
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}');

Loading…
Cancel
Save