summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2013-01-17 07:53:17 +0000
committerpeter1138 <peter1138@openttd.org>2013-01-17 07:53:17 +0000
commit506132c051a7f87bda7a1f89d1e735665e550fb4 (patch)
tree81448198061d52c651889c5bf811c5c4506e3b64
parent5398822714911a9b29fe4fd09cc4f48f38c49249 (diff)
downloadopenttd-506132c051a7f87bda7a1f89d1e735665e550fb4.tar.xz
(svn r24919) -Codechange: Remove useless noisy grf debug messages.
-rw-r--r--src/newgrf.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index cce821573..a1dfd7917 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -3220,8 +3220,6 @@ static ChangeInfoResult IndustriesChangeInfo(uint indid, int numinfo, int prop,
return CIR_INVALID_ID;
}
- grfmsg(1, "IndustriesChangeInfo: newid %u", indid);
-
/* Allocate industry specs if they haven't been allocated already. */
if (_cur.grffile->industryspec == NULL) {
_cur.grffile->industryspec = CallocT<IndustrySpec*>(NUM_INDUSTRYTYPES);
@@ -3561,8 +3559,6 @@ static ChangeInfoResult AirportChangeInfo(uint airport, int numinfo, int prop, B
return CIR_INVALID_ID;
}
- grfmsg(1, "AirportChangeInfo: newid %u", airport);
-
/* Allocate industry specs if they haven't been allocated already. */
if (_cur.grffile->airportspec == NULL) {
_cur.grffile->airportspec = CallocT<AirportSpec*>(NUM_AIRPORTS);