Remove console logging
This commit is contained in:
parent
d488512ca0
commit
ef01dfefd4
1 changed files with 0 additions and 2 deletions
|
@ -7,6 +7,4 @@ function Addon_registerHook( type, hookfnstr )
|
||||||
}
|
}
|
||||||
|
|
||||||
addon_hooks[type].push( hookfnstr );
|
addon_hooks[type].push( hookfnstr );
|
||||||
|
|
||||||
console.log("addon_hooks type "+type+" has "+addon_hooks[type].length+" hooks registered");
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue