From 74bcc6d16ff5cc5ecd25306244f393ec0e6906f9 Mon Sep 17 00:00:00 2001 From: Stephan Schlosser Date: Sun, 20 Oct 2019 19:07:51 +0200 Subject: [PATCH] Removed debug message --- FS19_AutoDrive/scripts/AutoDrivePathFinder.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/FS19_AutoDrive/scripts/AutoDrivePathFinder.lua b/FS19_AutoDrive/scripts/AutoDrivePathFinder.lua index 32c9a2ef..7199149a 100644 --- a/FS19_AutoDrive/scripts/AutoDrivePathFinder.lua +++ b/FS19_AutoDrive/scripts/AutoDrivePathFinder.lua @@ -147,7 +147,6 @@ function AutoDrivePathFinder:startPathPlanningToCombine(driver, combine, dischar if alreadyOnField or (getDistanceToTargetPosition(driver) > 10) then driver.ad.pf.alreadyOnField = true; - print("Restricting path finder to field limits"); else driver.ad.pf.alreadyOnField = false; end;