removed debug output

This commit is contained in:
Pavel Stupnikov
2015-03-21 19:41:01 +03:00
parent c8f59bc0d2
commit e0732ec18c

View File

@@ -270,7 +270,6 @@ class BuildIndustryWindow : public Window {
this->vscroll->SetCount(this->count);
this->funding_enabled = (_game_mode == GM_EDITOR || Company::IsValidID(_local_company));
fprintf(stderr, "%d\n", (int)Company::IsValidID(_local_company));
}
/** Update status of the fund and display-chain widgets. */