mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue