removed debug code

This commit is contained in:
Matthias Bartelmeß 2012-04-26 17:14:31 +02:00
parent ec65ded0c8
commit e4c34b0bed

View file

@ -68,7 +68,6 @@ exports.mapFirst = function (lst, fn, cb) {
@return an array of callback functions, an empty array if no callbacks are registered
*/
exports.registeredCallbacks = function (hook_name){
console.log(plugins.hooks[hook_name])
return (plugins.hooks[hook_name] !== undefined) ? plugins.hooks[hook_name] : [];
}