Skip to content
This repository has been archived by the owner on Dec 24, 2018. It is now read-only.

Commit

Permalink
Remove generated point logging
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewda committed Jul 28, 2018
1 parent cd0f424 commit c5167e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/sert2521/powerup/autonomous/Paths.kt
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ abstract class PathBase : PathInitializer(), RobotLifecycle {
println("Generating path for $pathName...")
println("Using points: $humanReadablePoints")
initializer()
logGeneratedPoints()
println("Path generation complete for $pathName.")
}
}
Expand Down

0 comments on commit c5167e8

Please sign in to comment.