diff options
author | James Booth <boothj5@gmail.com> | 2014-10-23 23:56:31 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-10-23 23:56:31 +0100 |
commit | 60e3f91cf6325aed0612d06b33de32542aad3dde (patch) | |
tree | eeab28c2331a2878ac1f822b81d71da54026c75a /src/ui | |
parent | c014bb34b3d9e839306c29b68dcbe7ed194aea9e (diff) | |
download | profani-tty-60e3f91cf6325aed0612d06b33de32542aad3dde.tar.gz |
Removed console message when joining locked rooms
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/core.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/core.c b/src/ui/core.c index c6971aca..0335fdde 100644 --- a/src/ui/core.c +++ b/src/ui/core.c @@ -1841,8 +1841,6 @@ _ui_room_requires_config(const char * const room_jid) } else { status_bar_new(num); } - - cons_show("Room created, locked: %s (%d)", room_jid, ui_index); } } |