summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--station_cmd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/station_cmd.c b/station_cmd.c
index 3ddb5340b..d9cd16a30 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!!