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

pull/155/head
alberth 15 years ago
parent dc73d5432d
commit aa0abf9c91

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

Loading…
Cancel
Save