1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

Remove debug message when building content of bar items

This commit is contained in:
Sebastien Helleu
2008-12-14 13:25:56 +01:00
parent ec545c70b1
commit 891d2e3c51
-1
View File
@@ -287,7 +287,6 @@ gui_bar_window_content_build_item (struct t_gui_bar_window *bar_window,
struct t_gui_window *window,
int item_index)
{
log_printf ("bar_window: build item '%s'", bar_window->bar->items_array[item_index]);
if (bar_window->items_content[item_index])
free (bar_window->items_content[item_index]);