diff --git a/TODO_045 b/TODO_045 index ecfb5ea9..7994927c 100644 --- a/TODO_045 +++ b/TODO_045 @@ -1,5 +1,4 @@ Review room config/admin commands and output - /room destroy should show message to owner, and to participants Update /prefs Update inline help Build with latest libstrophe 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); } }