mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-30 07:44:22 +08:00
Remove debug statement
Contributes to CL-1150
This commit is contained in:
parent
370fa0fd14
commit
9029d10ed0
@ -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…
x
Reference in New Issue
Block a user