rm debug comments
This commit is contained in:
parent
a76b8de994
commit
3344e7ab19
|
@ -654,7 +654,6 @@ class MainWindow(QtWidgets.QMainWindow):
|
|||
|
||||
@asyncSlot()
|
||||
async def autotune(param):
|
||||
print("button clicked")
|
||||
match self.autotuner.state():
|
||||
case PIDAutotuneState.STATE_OFF:
|
||||
settings = await self.kirdy.device.get_settings_summary()
|
||||
|
|
Loading…
Reference in New Issue