mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 12:29:02 +08:00
Removed print() statements
This commit is contained in:
parent
64e7a8e61f
commit
27d250374f
@ -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…
x
Reference in New Issue
Block a user