mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-02-15 09:48:41 +00:00
Remove js logging
This commit is contained in:
parent
b71bac6fa7
commit
35a6e4c046
|
|
@ -20,7 +20,6 @@
|
||||||
|
|
||||||
for(let i = 0; i < length; i++) {
|
for(let i = 0; i < length; i++) {
|
||||||
editorButtons[i].addEventListener('click', function(event) {
|
editorButtons[i].addEventListener('click', function(event) {
|
||||||
console.log('button clicked');
|
|
||||||
// todo: identify button by class and then call function for this class.
|
// todo: identify button by class and then call function for this class.
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user