aboutsummaryrefslogtreecommitdiffstats
path: root/core/stanza_router.lua
diff options
context:
space:
mode:
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