# HG changeset patch # User Matthew Wild # Date 1493118156 -3600 # Node ID 3f44abfe7264fa7686e5e2299eade8c33b404bbb # Parent 5ab27d3741b4a42b43a9eca53f545dd658d29425 mod_log_http: Remove accidentally-committed debugging code diff -r 5ab27d3741b4 -r 3f44abfe7264 mod_log_http/mod_log_http.lua --- a/mod_log_http/mod_log_http.lua Mon Apr 24 18:12:29 2017 +0200 +++ b/mod_log_http/mod_log_http.lua Tue Apr 25 12:02:36 2017 +0100 @@ -69,7 +69,6 @@ module:hook_object_event(http.events, "response", function (event) module:log("warn", "Received response %d from %s!", event.code, event.url); - for k,v in pairs(event.response) do print("=====", k, v) end append_response(event.request.id, event.response); end);