mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 05:19:08 +08:00
Remove debug print statement
This commit is contained in:
parent
e0d34915e8
commit
0099e640c5
@ -110,7 +110,6 @@ class LocalClusterOutputDeviceManager:
|
||||
## Callback for when a manual device check request was responded to.
|
||||
def _onCheckManualDeviceResponse(self, address: str, status: PrinterSystemStatus) -> None:
|
||||
callback = self._manual_instances.get(address, None)
|
||||
print("status", status)
|
||||
if callback is None:
|
||||
return
|
||||
self._onDeviceDiscovered("manual:{}".format(address), address, {
|
||||
|
Loading…
x
Reference in New Issue
Block a user