From e0732ec18c3d11c0a4daf4ea3331f44d87ea4177 Mon Sep 17 00:00:00 2001 From: Pavel Stupnikov Date: Sat, 21 Mar 2015 19:41:01 +0300 Subject: [PATCH] removed debug output --- src/industry_gui.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/industry_gui.cpp b/src/industry_gui.cpp index f91696de0c..4400560485 100644 --- a/src/industry_gui.cpp +++ b/src/industry_gui.cpp @@ -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. */