mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:38:58 +08:00
removed print statement
This commit is contained in:
parent
fc504a7cb6
commit
6240522cd6
@ -45,7 +45,6 @@ class SubscribedPackagesModel(ListModel):
|
|||||||
|
|
||||||
self._items.append(package)
|
self._items.append(package)
|
||||||
self.setItems(self._items)
|
self.setItems(self._items)
|
||||||
print(self._items)
|
|
||||||
|
|
||||||
def has_compatible_packages(self):
|
def has_compatible_packages(self):
|
||||||
has_compatible_items = False
|
has_compatible_items = False
|
||||||
|
Loading…
x
Reference in New Issue
Block a user