Update PelvicInflammatoryDisease.java

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