Remove debug printout that could prevent setting delegates from loading
This commit is contained in:
parent
544bd0945d
commit
2ed80100f0
1 changed files with 0 additions and 1 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue