Remove debug print statement

This commit is contained in:
ChrisTerBeke 2019-09-03 21:22:13 +02:00
parent 86d87acd5b
commit ed616789cb
No known key found for this signature in database
GPG key ID: A49F1AB9D7E0C263

View file

@ -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.