Remove js logging

This commit is contained in:
Dennis Eichhorn 2017-11-28 16:24:38 +01:00
parent b71bac6fa7
commit 35a6e4c046

View File

@ -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.
});
}