Skip to content

Commit

Permalink
fix: remove unnecessary config print
Browse files Browse the repository at this point in the history
  • Loading branch information
mimizh2418 committed Mar 21, 2024
1 parent 7550dd7 commit 0adf32a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ public void configPID(double kP, double kI, double kD, double kG) {
pidConfigs.kD = kD;
pidConfigs.kG = kG;
motor.getConfigurator().apply(pidConfigs);
System.out.println(pidConfigs);
}
@Override
public void setEncoderPosition(double rots) {
Expand Down

0 comments on commit 0adf32a

Please sign in to comment.