changeset 3929:11a68762e223 draft

(svn r5064) -Fix: Remove stay debug stuff from lat commit. (thanks peter1138)
author celestar <celestar@openttd.org>
date Thu, 01 Jun 2006 09:43:39 +0000
parents f5bcda6cdbab
children be53f1351e5d
files train_cmd.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;