diff --git a/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py b/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py index ee068e6115..6e9409705d 100644 --- a/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py +++ b/plugins/Toolbox/src/CloudSync/CloudPackageChecker.py @@ -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()