diff --git a/plugins/UM3NetworkPrinting/src/Models/Http/ClusterPrinterStatus.py b/plugins/UM3NetworkPrinting/src/Models/Http/ClusterPrinterStatus.py index bf38d8798f..2d2806050a 100644 --- a/plugins/UM3NetworkPrinting/src/Models/Http/ClusterPrinterStatus.py +++ b/plugins/UM3NetworkPrinting/src/Models/Http/ClusterPrinterStatus.py @@ -115,7 +115,6 @@ class ClusterPrinterStatus(BaseModel): # We filter out any slot that is not supported by the extruder index, print core type or if the material is empty. @staticmethod def _isSupportedConfiguration(slot: ClusterPrinterMaterialStationSlot, extruder_index: int) -> bool: - print("_isSupportedConfiguration", slot.material_empty) return slot.extruder_index == extruder_index and slot.compatible and not slot.material_empty ## Create an empty material slot with a fake empty material.