# HG changeset patch # User celestar # Date 1149155019 0 # Node ID 11a68762e223e0f5fceb2afbee39f683a4a83587 # Parent f5bcda6cdbabca8db5d3da737f5abe14f6c12d79 (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 @@ 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;