Removed stray debug code

CURA-1339
This commit is contained in:
Jaime van Kessel 2016-04-18 11:47:23 +02:00
parent b31106a666
commit 0939262ffe

View file

@ -25,7 +25,6 @@ UM.Dialog
Label
{
//: USB Printing dialog label, %1 is head temperature
Component.onCompleted: console.log(manager.hotendTemperatures)
text: catalog.i18nc("@label","Extruder Temperature %1").arg(manager.hotendTemperatures[0])
}
Label