remove console.log (@eviltrout get out of my head)

This commit is contained in:
Régis Hanol 2015-08-26 19:57:48 +02:00
parent 31f0300b06
commit 3409f25c53
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@ export default {
})), })),
_leave: on("willDestroyElement", function() { _leave: on("willDestroyElement", function() {
console.log("[" + this.get("elementId") + "] _leave");
this.removeObserver("categoryFullSlug"); this.removeObserver("categoryFullSlug");
this._removeClass(); this._removeClass();
}), }),