[packagechooserq] Remove debug-output in QML
This commit is contained in:
parent
33e7e8da58
commit
6def41fab4
@ -80,12 +80,8 @@ Item {
|
|||||||
}
|
}
|
||||||
|
|
||||||
onCheckedChanged: {
|
onCheckedChanged: {
|
||||||
if ( ! checked ) {
|
if ( checked ) {
|
||||||
print("L not used")
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
config.packageChoice = "libreoffice"
|
config.packageChoice = "libreoffice"
|
||||||
print( config.packageChoice )
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -146,12 +142,7 @@ Item {
|
|||||||
}
|
}
|
||||||
|
|
||||||
onCheckedChanged: {
|
onCheckedChanged: {
|
||||||
if ( ! checked ) {
|
if ( checked ) {
|
||||||
print("not used")
|
|
||||||
//console.log("removed")
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
print("No Office Suite")
|
|
||||||
config.packageChoice = "no_office_suite"
|
config.packageChoice = "no_office_suite"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -215,11 +206,7 @@ Item {
|
|||||||
}
|
}
|
||||||
|
|
||||||
onCheckedChanged: {
|
onCheckedChanged: {
|
||||||
if ( ! checked ) {
|
if ( checked ) {
|
||||||
print("M not used")
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
print("minimal")
|
|
||||||
config.packageChoice = "minimal_install"
|
config.packageChoice = "minimal_install"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user