Remove leftover debug prints from StirrerSim and TempControllerBase
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CgR9tPaSzFkAwRAUyeaaCD
This commit is contained in:
@@ -103,7 +103,6 @@ class TempControllerBase(APid):
|
||||
|
||||
if state_next != self.state:
|
||||
self.state = state_next
|
||||
print("New state = {}".format(state_next))
|
||||
self.on_state_entered(state_next)
|
||||
|
||||
def process_pid(self, theta_err, heatrate_err, hold_scale=1.0):
|
||||
|
||||
Reference in New Issue
Block a user