mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Remove debug statement
Contributes to CL-1150
This commit is contained in:
parent
370fa0fd14
commit
9029d10ed0
1 changed files with 1 additions and 5 deletions
|
@ -56,11 +56,7 @@ Item
|
|||
width: 108 * screenScaleFactor // TODO: Theme!
|
||||
height: 108 * screenScaleFactor // TODO: Theme!
|
||||
fillMode: Image.PreserveAspectFit
|
||||
source:
|
||||
{
|
||||
console.log(printer.type)
|
||||
return "../png/"+printer.type+".png"
|
||||
}
|
||||
source: "../png/" + printer.type + ".png"
|
||||
mipmap: true
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue