# HG changeset patch # User celestar # Date 2006-06-01 09:43:39 # Node ID 293b455766c4ef43496930e5d4bc73558943621a # Parent 9dfbde96c6f9e877ea773ad0b0a75cc97b4511cc (svn r5064) -Fix: Remove stay debug stuff from lat commit. (thanks peter1138) diff --git a/train_cmd.c b/train_cmd.c --- a/train_cmd.c +++ b/train_cmd.c @@ -334,7 +334,6 @@ static int GetTrainAcceleration(Vehicle 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;