mirror of
https://github.com/profanity-im/profanity.git
synced 2025-11-14 03:24:00 -05:00
Removed debug when joining room
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user