From 53cc2673ab09e8d0595ec8ecd1b0ffbbf47aad4a Mon Sep 17 00:00:00 2001 From: celestar Date: Thu, 1 Jun 2006 09:43:39 +0000 Subject: [PATCH] (svn r5064) -Fix: Remove stay debug stuff from lat commit. (thanks peter1138) --- train_cmd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/train_cmd.c b/train_cmd.c index 04d1bdfafe..47858434b1 100644 --- a/train_cmd.c +++ b/train_cmd.c @@ -334,7 +334,6 @@ static int GetTrainAcceleration(Vehicle *v, bool mode) if (TrainShouldStop(v, v->tile)) { uint station_length = GetPlatformLength(v->tile, DirToDiagDir(v->direction)); int delta_v; - DEBUG(misc, 0) ("Length: %d", station_length); max_speed = 120;