summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmpp.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmpp.scm b/xmpp.scm
index 9f77f17..70b92a0 100644
--- a/xmpp.scm
+++ b/xmpp.scm
@@ -73,7 +73,6 @@ handlers."
(catch #t
(lambda _
(let ((stanza (xml->sxml port #:trim-whitespace? #t)))
- (format log-port "received a stanza: ~s\n" stanza)
;; TODO: handle the stanza in a non-blocking manner!
(handle-stanza stanza)
;; no tight loop, please