Revision: mange@freemail.hu--2005/emacs-jabber--cvs-head--0--patch-534

Creator:  Magnus Henoch <mange@freemail.hu>

Remove debug output
This commit is contained in:
Magnus Henoch 2008-06-17 14:48:45 +00:00 committed by Kirill A. Korinskiy
parent d612a7d379
commit 5a460bf7f1
1 changed files with 0 additions and 2 deletions

View File

@ -878,8 +878,6 @@ Return nil if X-MUC is nil."
(status-code (if error-node
(jabber-xml-get-attribute error-node 'code)
(jabber-xml-get-attribute (car (jabber-xml-get-children x-muc 'status)) 'code))))
(message "from: %s, type: %s, status-code: %s, error-node: %s"
from type status-code error-node)
;; handle leaving a room
(cond
((or (string= type "unavailable") (string= type "error"))