mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
windows.c: remove useless printf
This commit is contained in:
parent
a626f80117
commit
7ed821c0d6
@ -189,7 +189,6 @@ _ui_draw_win_title(void)
|
||||
|
||||
// draw if change
|
||||
if (g_strcmp0(win_title, new_win_title) != 0) {
|
||||
printf(new_win_title);
|
||||
if (win_title != NULL) {
|
||||
free(win_title);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user