mirror of
https://github.com/parchlinux/calamares.git
synced 2025-02-24 02:45:44 -05:00
[welcome] Remove spurious logging
This commit is contained in:
parent
cdb99ad887
commit
2b0b873159
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ struct MaybeChecked
|
|||
|
||||
MaybeChecked& operator=( bool b )
|
||||
{
|
||||
cDebug() << "Assigning" << b;
|
||||
hasBeenChecked = true;
|
||||
value = b;
|
||||
return *this;
|
||||
|
|
Loading…
Add table
Reference in a new issue