From 506132c051a7f87bda7a1f89d1e735665e550fb4 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Thu, 17 Jan 2013 07:53:17 +0000 Subject: (svn r24919) -Codechange: Remove useless noisy grf debug messages. --- src/newgrf.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/newgrf.cpp') 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(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(NUM_AIRPORTS); -- cgit v1.2.3-54-g00ecf