From aa0abf9c91a5f62e96f3fb79f4b2db2f3c148cba Mon Sep 17 00:00:00 2001 From: alberth Date: Sat, 5 Sep 2009 08:01:08 +0000 Subject: [PATCH] (svn r17421) -Fix (r17418): Don't output debug information in signs list. --- src/signs_gui.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/signs_gui.cpp b/src/signs_gui.cpp index e27a207aec..3a5dad7b0b 100644 --- a/src/signs_gui.cpp +++ b/src/signs_gui.cpp @@ -96,7 +96,6 @@ struct SignListWindow : Window, SignList { this->InitNested(desc, window_number); this->vscroll.SetCapacity(this->nested_array[SLW_LIST]->current_y / this->resize.step_height); - printf("resize step = %d\n", this->resize.step_height); /* Create initial list. */ this->signs.ForceRebuild();