Changeset

6596:27c10ee82d60

Backout 7726b627c3ea
author Kim Alvefur <zash@zash.se>
date Mon, 23 Mar 2015 18:40:12 +0100
parents 6595:89c764cc2424
children 6597:321321f566fb
files plugins/mod_http.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/mod_http.lua	Mon Mar 23 17:23:11 2015 +0000
+++ b/plugins/mod_http.lua	Mon Mar 23 18:40:12 2015 +0100
@@ -102,7 +102,6 @@
 				end
 				if not app_handlers[event_name] then
 					app_handlers[event_name] = handler;
-					module:log("debug", "Adding app '%s' to handle %s", app_name, event_name);
 					module:hook_object_event(server, event_name, handler);
 				else
 					module:log("warn", "App %s added handler twice for '%s', ignoring", app_name, event_name);