mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 08:17:49 -06:00
Removed unnecessary line (because we still want to show the Compatability Dialog even if there are only Incompatible packages)
CURA-7090
This commit is contained in:
parent
eb3bd811c1
commit
ae494110ba
1 changed files with 0 additions and 3 deletions
|
@ -59,9 +59,6 @@ class CloudPackageChecker(QObject):
|
|||
self._model.addDiscrepancies(package_discrepancy) # TODO: Move these two lines below, under if package_discrepancy:
|
||||
self._model.initialize(subscribed_packages_payload)
|
||||
|
||||
if not self._model.hasCompatiblePackages: # TODO: Remove these two lines...
|
||||
return None
|
||||
|
||||
if package_discrepancy:
|
||||
self._handlePackageDiscrepancies()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue