[welcome] Remove spurious logging

This commit is contained in:
Adriaan de Groot 2020-05-14 15:23:45 +02:00
parent cdb99ad887
commit 2b0b873159

View File

@ -80,7 +80,6 @@ struct MaybeChecked
MaybeChecked& operator=( bool b )
{
cDebug() << "Assigning" << b;
hasBeenChecked = true;
value = b;
return *this;