mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-09 08:25:00 -04:00
removed debug code
This commit is contained in:
parent
ec65ded0c8
commit
e4c34b0bed
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ exports.mapFirst = function (lst, fn, cb) {
|
||||||
@return an array of callback functions, an empty array if no callbacks are registered
|
@return an array of callback functions, an empty array if no callbacks are registered
|
||||||
*/
|
*/
|
||||||
exports.registeredCallbacks = function (hook_name){
|
exports.registeredCallbacks = function (hook_name){
|
||||||
console.log(plugins.hooks[hook_name])
|
|
||||||
return (plugins.hooks[hook_name] !== undefined) ? plugins.hooks[hook_name] : [];
|
return (plugins.hooks[hook_name] !== undefined) ? plugins.hooks[hook_name] : [];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue