diff --git a/js/components/alert.js b/js/components/alert.js index 9eafdb36e..f1cdf189b 100644 --- a/js/components/alert.js +++ b/js/components/alert.js @@ -39,7 +39,6 @@ $(function() // the constructor _create: function () { - console.log('alo'); this._bindEvents(); }, // events bound via _bind are removed automatically