CURA-5035 Removed debug statements

This commit is contained in:
Ian Paschal 2018-04-18 17:05:01 +02:00
parent d3ba684b15
commit 8f8d709b64
4 changed files with 0 additions and 6 deletions

View file

@ -111,7 +111,6 @@ Item
}
else
{
console.log("<a href=\""+details.website+"\">"+details.author_name+"</a>")
return "<a href=\""+details.website+"\">"+details.name+"</a>"
}
}

View file

@ -89,7 +89,6 @@ Item
}
onClicked:
{
console.log(model.icon_url)
if ( toolbox.viewCategory == "material" )
{
toolbox.viewSelection = model.name

View file

@ -16,7 +16,6 @@ Item
{
if (toolbox.viewCategory == "material" && model.packages_count)
{
console.log(model)
return model.packages_count > 0
}
else