Skip to content

Commit

Permalink
Remove the useless serialprintln
Browse files Browse the repository at this point in the history
  • Loading branch information
jstri114 committed May 31, 2024
1 parent 37bb00d commit 51637be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/torque_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ int16_t torque_controllerSlipTime::calculate_torque(unsigned long elapsedTime, i

// Check bounds
if (slipTime < xSlipTime[0] || slipTime > xSlipTime[numPoints - 1]) {
Serial.println("slipTime out of bounds");
outputTorqueRTD = 0;
}

Expand Down

0 comments on commit 51637be

Please sign in to comment.