Skip to content

Commit

Permalink
Removed stray println
Browse files Browse the repository at this point in the history
  • Loading branch information
thenetworkgrinch authored Dec 22, 2023
1 parent feb53de commit dc6568e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/swervelib/parser/json/ModuleJson.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ public SwerveModuleConfiguration createModuleConfiguration(
throw new RuntimeException(
"Conversion factors cannot be 0, please configure conversion factors in physicalproperties.json or the module JSON files.");
}
System.out.println(conversionFactor.drive);

return new SwerveModuleConfiguration(
drive.createMotor(true),
Expand Down

0 comments on commit dc6568e

Please sign in to comment.