mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
Remove debug print statement
This commit is contained in:
parent
e0d34915e8
commit
0099e640c5
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue