debug
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 27 Oct 2016 14:27:38 +0000 (16:27 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 28 Feb 2017 09:04:33 +0000 (10:04 +0100)
js/kivi.ActionBar.js

index 5bffa3c..f6f0059 100644 (file)
@@ -59,8 +59,6 @@ namespace('kivi', function(k){
         }
       }).join('+');
 
-      console.log(normalized)
-
       if (!(target in this.actions))
         this.actions[target] = {};
       this.actions[target][normalized] = action;