From f3ceaf9a7d58548e09eb70ee11f5217d36afaee3 Mon Sep 17 00:00:00 2001 From: Egil Moeller Date: Tue, 30 Mar 2010 20:14:31 +0200 Subject: Removed some debug-printing --- etherpad/src/etherpad/admin/plugins.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/etherpad/src/etherpad/admin/plugins.js b/etherpad/src/etherpad/admin/plugins.js index 6fc21f3..7b59662 100644 --- a/etherpad/src/etherpad/admin/plugins.js +++ b/etherpad/src/etherpad/admin/plugins.js @@ -195,7 +195,6 @@ function enablePlugin(pluginName) { saveInstalledHooks(pluginName); throw e; } - log.info({PLUGINS:plugins, HOOKS:hooks}); } function disablePlugin(pluginName) { @@ -207,7 +206,6 @@ function disablePlugin(pluginName) { } unloadPluginHooks(pluginName); saveInstalledHooks(pluginName); - log.info({PLUGINS:plugins, HOOKS:hooks}); } function registerClientHandlerJS() { -- cgit v1.2.3