Remove debug statement

Contributes to CL-1150
This commit is contained in:
Ian Paschal 2018-11-28 10:47:34 +01:00
parent 370fa0fd14
commit 9029d10ed0

View File

@ -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
}