diff options
author | rekado <rekado@elephly.net> | 2014-12-16 18:33:10 +0100 |
---|---|---|
committer | rekado <rekado@elephly.net> | 2014-12-16 18:33:10 +0100 |
commit | 93bd3e79cb72a5361f0ef54e565ed3b742caa6c8 (patch) | |
tree | bada228a7dc4a8d919f2880f30a20e0fccb829f3 | |
parent | 399c7d3a43ae67b72dc641624aa88979daa66a3d (diff) |
remove logging statement
-rw-r--r-- | xmpp.scm | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |