mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -06:00
Removed print() statements
This commit is contained in:
parent
64e7a8e61f
commit
27d250374f
1 changed files with 0 additions and 2 deletions
|
@ -287,7 +287,6 @@ class PluginBrowser(QObject, Extension):
|
||||||
|
|
||||||
@pyqtProperty(QObject, notify=pluginsMetadataChanged)
|
@pyqtProperty(QObject, notify=pluginsMetadataChanged)
|
||||||
def pluginsModel(self):
|
def pluginsModel(self):
|
||||||
print("Updating plugins model...", self._view)
|
|
||||||
self._plugins_model = PluginsModel(self._view)
|
self._plugins_model = PluginsModel(self._view)
|
||||||
# self._plugins_model.update()
|
# self._plugins_model.update()
|
||||||
|
|
||||||
|
@ -367,7 +366,6 @@ class PluginBrowser(QObject, Extension):
|
||||||
|
|
||||||
# Add metadata to the manager:
|
# Add metadata to the manager:
|
||||||
self._plugins_metadata = json_data
|
self._plugins_metadata = json_data
|
||||||
print(self._plugins_metadata)
|
|
||||||
self._plugin_registry.addExternalPlugins(self._plugins_metadata)
|
self._plugin_registry.addExternalPlugins(self._plugins_metadata)
|
||||||
self.pluginsMetadataChanged.emit()
|
self.pluginsMetadataChanged.emit()
|
||||||
except json.decoder.JSONDecodeError:
|
except json.decoder.JSONDecodeError:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue