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

Remove old debug message when creating new window

This commit is contained in:
Sebastien Helleu
2009-02-27 15:37:10 +01:00
parent ce8100278b
commit d69efe7cda
-5
View File
@@ -148,11 +148,6 @@ gui_window_new (struct t_gui_window *parent_window, struct t_gui_buffer *buffer,
struct t_gui_window_tree *ptr_tree, *child1, *child2, *ptr_leaf;
struct t_gui_bar *ptr_bar;
#ifdef DEBUG
log_printf ("Creating new window (x:%d, y:%d, width:%d, height:%d)",
x, y, width, height);
#endif
if (parent_window)
{
child1 = malloc (sizeof (*child1));