about summary refs log tree commit diff stats
path: root/src/command.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-11-04 23:09:15 +0000
committerJames Booth <boothj5@gmail.com>2012-11-04 23:09:15 +0000
commitc8fe2a4acaa4f65c028933296300a97ca27649cb (patch)
treeeb913d657b5ce791dc6b287e696fdc6e9e92867b /src/command.c
parent5e4c662b23ea61f28b1350ab1cb198864ca13c21 (diff)
downloadprofani-tty-c8fe2a4acaa4f65c028933296300a97ca27649cb.tar.gz
Removed debug when joining room
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c1
1 files changed, 0 insertions, 1 deletions
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);
         }
     }