Remove console logging

This commit is contained in:
Pascal Deklerck 2018-06-07 22:25:39 +02:00
parent d488512ca0
commit ef01dfefd4
1 changed files with 0 additions and 2 deletions

View 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");
}