[welcome] Remove spurious logging
This commit is contained in:
parent
cdb99ad887
commit
2b0b873159
@ -80,7 +80,6 @@ struct MaybeChecked
|
||||
|
||||
MaybeChecked& operator=( bool b )
|
||||
{
|
||||
cDebug() << "Assigning" << b;
|
||||
hasBeenChecked = true;
|
||||
value = b;
|
||||
return *this;
|
||||
|
Loading…
Reference in New Issue
Block a user