Mercurial > prosody-modules
changeset 2705:3f44abfe7264
mod_log_http: Remove accidentally-committed debugging code
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 25 Apr 2017 12:02:36 +0100 |
parents | 5ab27d3741b4 |
children | dea35dfd5808 |
files | mod_log_http/mod_log_http.lua |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);