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;