Mercurial > prosody-modules
diff mod_adhoc_cmd_ping/mod_adhoc_cmd_ping.lua @ 28:b9d063dd16d5
mod_adhoc, mod_adhoc_cmd_ping: Code cleanup
author | Florian Zeitz <florob@babelmonkeys.de> |
---|---|
date | Fri, 09 Oct 2009 21:47:20 +0200 |
parents | 2be8bcce5b18 |
children | 58d326d86a9a |
line wrap: on
line diff
--- a/mod_adhoc_cmd_ping/mod_adhoc_cmd_ping.lua Tue Oct 06 22:00:05 2009 +0200 +++ b/mod_adhoc_cmd_ping/mod_adhoc_cmd_ping.lua Fri Oct 09 21:47:20 2009 +0200 @@ -16,7 +16,6 @@ local descriptor = { name="Ping", node="ping", handler=ping_command_handler }; function module.unload() - module:log("debug", "Removing ping command"); module:remove_item("adhoc", descriptor); end