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