mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 02:45:44 -05:00
[packagechooserq] Remove debug-output in QML
This commit is contained in:
parent
33e7e8da58
commit
6def41fab4
1 changed files with 3 additions and 16 deletions
|
@ -80,12 +80,8 @@ Item {
|
|||
}
|
||||
|
||||
onCheckedChanged: {
|
||||
if ( ! checked ) {
|
||||
print("L not used")
|
||||
}
|
||||
else {
|
||||
if ( checked ) {
|
||||
config.packageChoice = "libreoffice"
|
||||
print( config.packageChoice )
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -146,12 +142,7 @@ Item {
|
|||
}
|
||||
|
||||
onCheckedChanged: {
|
||||
if ( ! checked ) {
|
||||
print("not used")
|
||||
//console.log("removed")
|
||||
}
|
||||
else {
|
||||
print("No Office Suite")
|
||||
if ( checked ) {
|
||||
config.packageChoice = "no_office_suite"
|
||||
}
|
||||
}
|
||||
|
@ -215,11 +206,7 @@ Item {
|
|||
}
|
||||
|
||||
onCheckedChanged: {
|
||||
if ( ! checked ) {
|
||||
print("M not used")
|
||||
}
|
||||
else {
|
||||
print("minimal")
|
||||
if ( checked ) {
|
||||
config.packageChoice = "minimal_install"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue