From 833a34dd6591bd37fc5d937df64db0462f160a72 Mon Sep 17 00:00:00 2001
From: Kim Alvefur <zash@zash.se>
Date: Mon, 23 Mar 2015 18:40:12 +0100
Subject: Backout 7726b627c3ea

---
 plugins/mod_http.lua | 1 -
 1 file changed, 1 deletion(-)

diff --git a/plugins/mod_http.lua b/plugins/mod_http.lua
index 610ae0ae..86689aff 100644
--- a/plugins/mod_http.lua
+++ b/plugins/mod_http.lua
@@ -102,7 +102,6 @@ function module.add_host(module)
 				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);
-- 
cgit v1.2.3