mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-18 04:07:57 -06:00
CURA-4870 Remove commented code
This commit is contained in:
parent
96fcfd9e2f
commit
da54c93fda
1 changed files with 0 additions and 3 deletions
|
@ -201,9 +201,6 @@ class MachineManager(QObject):
|
||||||
|
|
||||||
@pyqtSlot(QObject, result = bool)
|
@pyqtSlot(QObject, result = bool)
|
||||||
def matchesConfiguration(self, configuration: ConfigurationModel) -> bool:
|
def matchesConfiguration(self, configuration: ConfigurationModel) -> bool:
|
||||||
# print(configuration)
|
|
||||||
# print(self._current_printer_configuration)
|
|
||||||
# print("%%%%%%%%", configuration == self._current_printer_configuration)
|
|
||||||
return self._current_printer_configuration == configuration
|
return self._current_printer_configuration == configuration
|
||||||
|
|
||||||
@pyqtProperty("QVariantList", notify = outputDevicesChanged)
|
@pyqtProperty("QVariantList", notify = outputDevicesChanged)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue