mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-09 07:56:22 -06:00
CURA-5035 Removed debug statements
This commit is contained in:
parent
d3ba684b15
commit
8f8d709b64
4 changed files with 0 additions and 6 deletions
|
@ -111,7 +111,6 @@ Item
|
|||
}
|
||||
else
|
||||
{
|
||||
console.log("<a href=\""+details.website+"\">"+details.author_name+"</a>")
|
||||
return "<a href=\""+details.website+"\">"+details.name+"</a>"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -89,7 +89,6 @@ Item
|
|||
}
|
||||
onClicked:
|
||||
{
|
||||
console.log(model.icon_url)
|
||||
if ( toolbox.viewCategory == "material" )
|
||||
{
|
||||
toolbox.viewSelection = model.name
|
||||
|
|
|
@ -16,7 +16,6 @@ Item
|
|||
{
|
||||
if (toolbox.viewCategory == "material" && model.packages_count)
|
||||
{
|
||||
console.log(model)
|
||||
return model.packages_count > 0
|
||||
}
|
||||
else
|
||||
|
|
|
@ -405,7 +405,6 @@ class Toolbox(QObject, Extension):
|
|||
# Create packages model with all packages:
|
||||
if not self._models["packages"]:
|
||||
self._models["packages"] = PackagesModel(self)
|
||||
print(json_data["data"])
|
||||
self._metadata["packages"] = json_data["data"]
|
||||
self._models["packages"].setMetadata(self._metadata["packages"])
|
||||
self.metadataChanged.emit()
|
||||
|
@ -430,8 +429,6 @@ class Toolbox(QObject, Extension):
|
|||
author["icon_url"] = package["icon_url"]
|
||||
|
||||
self._models["authors"].setMetadata(self._metadata["authors"])
|
||||
for author in self._models["authors"].items:
|
||||
print(author["icon_url"])
|
||||
self.metadataChanged.emit()
|
||||
|
||||
if not self._models["materials_showcase"]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue