(svn r1694) -Fix: Forgot to remove a DEBUG statement :(
authorcelestar
Thu, 27 Jan 2005 11:25:32 +0000
changeset 1190 7a278720edf0
parent 1189 257509152c47
child 1191 dc46f04aab3a
(svn r1694) -Fix: Forgot to remove a DEBUG statement :(
station_cmd.c
--- a/station_cmd.c	Thu Jan 27 09:43:24 2005 +0000
+++ b/station_cmd.c	Thu Jan 27 11:25:32 2005 +0000
@@ -76,7 +76,6 @@
 		if (IsTileType(tile_cur, MP_STATION)) {
 			int t;
 			t = _map2[tile_cur];
-			DEBUG(misc, 0) ("%x, %d", tile_cur, t);
 			{
 				Station *st = GetStation(t);
 				// you cannot take control of an oilrig!!