N°2847 Remove a debug line

This commit is contained in:
Stephen Abello
2020-11-26 11:37:47 +01:00
parent 340b9134c0
commit 6b2eeeccf5

View File

@@ -39,7 +39,6 @@ $(function()
// the constructor
_create: function () {
console.log('alo');
this._bindEvents();
},
// events bound via _bind are removed automatically