Mercurial > prosody-modules
diff mod_host_status_check/mod_host_status_check.lua @ 2221:3d80f8dba886
mod_host_status_check: Remove debug log message from testing
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Wed, 29 Jun 2016 16:03:24 +0100 |
| parents | 5fcf9d558250 |
| children | ff1499e348f8 |
line wrap: on
line diff
--- a/mod_host_status_check/mod_host_status_check.lua Wed Jun 29 16:03:01 2016 +0100 +++ b/mod_host_status_check/mod_host_status_check.lua Wed Jun 29 16:03:24 2016 +0100 @@ -19,7 +19,6 @@ end); else connection_events[module.host] = { connected = true, timestamp = time() }; - module:log("debug", "BLAH") end function module.unload()
