summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-12-14 13:25:56 +0100
committerSebastien Helleu <flashcode@flashtux.org>2008-12-14 13:25:56 +0100
commit891d2e3c5153671493481aecaae1a8adb8ea8028 (patch)
tree744c6eea86abc34b41634ae97a21286b9c0d65d8 /src/gui
parentec545c70b1b2f2c29301e2ab0c8a5377ddb9efa4 (diff)
downloadweechat-891d2e3c5153671493481aecaae1a8adb8ea8028.zip
Remove debug message when building content of bar items
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/gui-bar-window.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/gui-bar-window.c b/src/gui/gui-bar-window.c
index 96b878fa6..df2ca046d 100644
--- a/src/gui/gui-bar-window.c
+++ b/src/gui/gui-bar-window.c
@@ -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]);