(svn r17421) -Fix (r17418): Don't output debug information in signs list.

This commit is contained in:
alberth 2009-09-05 08:01:08 +00:00
parent 0bfea0646c
commit f381e9d022
1 changed files with 0 additions and 1 deletions

View File

@ -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();