Skip to content

Commit

Permalink
Removed debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan-S committed Oct 20, 2019
1 parent 8047e6e commit 74bcc6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FS19_AutoDrive/scripts/AutoDrivePathFinder.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 74bcc6d

Please sign in to comment.