(svn r1694) -Fix: Forgot to remove a DEBUG statement :(
authorcelestar
Thu, 27 Jan 2005 11:25:32 +0000
changeset 1190 15b57e7acbaf
parent 1189 5ff98d7485b3
child 1191 b680ace4455e
(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!!