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