From c8fe2a4acaa4f65c028933296300a97ca27649cb Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 4 Nov 2012 23:09:15 +0000 Subject: [PATCH] Removed debug when joining room --- src/command.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/command.c b/src/command.c index 655a3ea7..e3ecdceb 100644 --- a/src/command.c +++ b/src/command.c @@ -1015,7 +1015,6 @@ _cmd_join(const char * const inp, struct cmd_help_t help) nick = strdup(strtok(jid_cpy, "@")); } - cons_show("Joining %s as %s", room_jid, nick); jabber_join(room_jid, nick); } }