1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-07-07 18:04:15 -04:00

Removed debug when joining room

This commit is contained in:
James Booth 2012-11-04 23:09:15 +00:00
parent 5e4c662b23
commit c8fe2a4aca

View File

@ -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);
}
}