diff options
-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 |