mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Removed debug when joining room
This commit is contained in:
parent
5e4c662b23
commit
c8fe2a4aca
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user