From 35a6e4c046955e37b5f1ab0e313b92ba07494b07 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 28 Nov 2017 16:24:38 +0100 Subject: [PATCH] Remove js logging --- Models/Editor.js | 1 - 1 file changed, 1 deletion(-) 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. }); }