1
0
Fork 0

(svn r24919) -Codechange: Remove useless noisy grf debug messages.

release/1.3
peter1138 2013-01-17 07:53:17 +00:00
parent 5398822714
commit 506132c051
1 changed files with 0 additions and 4 deletions

View File

@ -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);