(svn r5064) -Fix: Remove stay debug stuff from lat commit. (thanks peter1138)
authorcelestar
Thu, 01 Jun 2006 09:43:39 +0000
changeset 3929 8e921f7e032c
parent 3928 53fe96558353
child 3930 1c293cf92ab5
(svn r5064) -Fix: Remove stay debug stuff from lat commit. (thanks peter1138)
train_cmd.c
--- a/train_cmd.c	Thu Jun 01 09:41:35 2006 +0000
+++ b/train_cmd.c	Thu Jun 01 09:43:39 2006 +0000
@@ -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;