]> git.mxchange.org Git - friendica.git/commitdiff
Remove console logging
authorPascal Deklerck <pascal.deklerck@gmail.com>
Thu, 7 Jun 2018 20:25:39 +0000 (22:25 +0200)
committerPascal Deklerck <pascal.deklerck@gmail.com>
Thu, 7 Jun 2018 20:25:39 +0000 (22:25 +0200)
view/js/addon-hooks.js

index b00285cb3a64fddf949d294a070966232411f2d1..2530f10beab05ee5b542ab2dff1034147d29da96 100644 (file)
@@ -7,6 +7,4 @@ function Addon_registerHook( type, hookfnstr )
        }
 
        addon_hooks[type].push( hookfnstr );
-       
-       console.log("addon_hooks type "+type+" has "+addon_hooks[type].length+" hooks registered");
 }