aboutsummaryrefslogtreecommitdiffstats
path: root/core/stanza_router.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2008-09-30 21:20:55 +0100
committerMatthew Wild <mwild1@gmail.com>2008-09-30 21:20:55 +0100
commit55e1d561e71a2a49cec3bf424ce5f5197586ee9f (patch)
tree088f2835c34c8b99d941206041ff74262a8c7df2 /core/stanza_router.lua
parenta53395e6b72ac0abad00123e1d07b3504f585e08 (diff)
downloadprosody-55e1d561e71a2a49cec3bf424ce5f5197586ee9f.tar.gz
prosody-55e1d561e71a2a49cec3bf424ce5f5197586ee9f.zip
Remove now useless debug output
Diffstat (limited to 'core/stanza_router.lua')
-rw-r--r--core/stanza_router.lua1
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