Remove debug printout that could prevent setting delegates from loading

This commit is contained in:
Anton Thomasson 2020-02-18 21:22:17 +01:00
parent 544bd0945d
commit 2ed80100f0

View file

@ -82,7 +82,6 @@ Page {
} }
Component.onCompleted: { Component.onCompleted: {
console.log("handling", tag, name, prettyName, JSON.stringify(printer.attrs), JSON.stringify(printer.attrs[name+"-supported"]), JSON.stringify(printer.attrs[name+"-default"]))
switch(tag) { switch(tag) {
case 0x21: case 0x21:
loader.setSource("../components/IntegerSetting.qml", loader.setSource("../components/IntegerSetting.qml",