From 1bdd01867a079e020de78d14c9393b48e7d68c5c Mon Sep 17 00:00:00 2001 From: celestar Date: Thu, 27 Jan 2005 11:25:32 +0000 Subject: [PATCH] (svn r1694) -Fix: Forgot to remove a DEBUG statement :( --- station_cmd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/station_cmd.c b/station_cmd.c index 3ddb5340b8..d9cd16a300 100644 --- a/station_cmd.c +++ b/station_cmd.c @@ -76,7 +76,6 @@ static Station *GetStationAround(uint tile, int w, int h, int closest_station) 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!!