]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 5bffa3c5ffda251be551cc430d760975209d9b13..f6f0059d9d07b937858eb480faaa3b6bcc1958f3 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;