changeset 19987:0eb44be0540f draft

(svn r24919) -Codechange: Remove useless noisy grf debug messages.
author peter1138 <peter1138@openttd.org>
date Thu, 17 Jan 2013 07:53:17 +0000
parents 13cf8107314a
children 26bc647c1644
files src/newgrf.cpp
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -3220,8 +3220,6 @@
 		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 @@
 		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);