diff --git a/Models/Editor.js b/Models/Editor.js index c3832f5..db7c463 100644 --- a/Models/Editor.js +++ b/Models/Editor.js @@ -20,7 +20,6 @@ for(let i = 0; i < length; i++) { editorButtons[i].addEventListener('click', function(event) { - console.log('button clicked'); // todo: identify button by class and then call function for this class. }); }