Update PelvicInflammatoryDisease.java

This commit is contained in:
Aarav Shah
2023-03-14 15:22:40 -06:00
committed by GitHub
parent 1ae8190133
commit e58349c22f
@@ -55,7 +55,6 @@ public abstract class PelvicInflammatoryDisease extends CommandBase {
// Returns true when the command should end. // Returns true when the command should end.
@Override @Override
public boolean isFinished() { public boolean isFinished() {
SmartDashboard.putBoolean("isFinished", Math.abs(getError()) < tolerance);
return Math.abs(getError()) < tolerance; return Math.abs(getError()) < tolerance;
} }
} }