diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-09-30 21:20:55 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-09-30 21:20:55 +0100 |
commit | 55e1d561e71a2a49cec3bf424ce5f5197586ee9f (patch) | |
tree | 088f2835c34c8b99d941206041ff74262a8c7df2 /core/stanza_router.lua | |
parent | a53395e6b72ac0abad00123e1d07b3504f585e08 (diff) | |
download | prosody-55e1d561e71a2a49cec3bf424ce5f5197586ee9f.tar.gz prosody-55e1d561e71a2a49cec3bf424ce5f5197586ee9f.zip |
Remove now useless debug output
Diffstat (limited to 'core/stanza_router.lua')
-rw-r--r-- | core/stanza_router.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/stanza_router.lua b/core/stanza_router.lua index 0ca534ce..89bea131 100644 --- a/core/stanza_router.lua +++ b/core/stanza_router.lua @@ -34,7 +34,6 @@ function core_handle_stanza(origin, stanza) -- Stanza is to this server, or a user on this server log("debug", "Routing stanza to local"); - print(type(origin), type(stanza)); handle_stanza(session, stanza); end end |