From 0099e640c525432cd4e90bbf14657acdab90f24d Mon Sep 17 00:00:00 2001 From: ChrisTerBeke Date: Mon, 5 Aug 2019 19:45:39 +0200 Subject: [PATCH] Remove debug print statement --- .../src/Network/LocalClusterOutputDeviceManager.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDeviceManager.py b/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDeviceManager.py index dd2e7753d8..47a7df7faf 100644 --- a/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDeviceManager.py +++ b/plugins/UM3NetworkPrinting/src/Network/LocalClusterOutputDeviceManager.py @@ -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, {