[partition] Reduce logging for mounted partitions

- The other log entries say when something is possible,
   not when something is **not** possible.
This commit is contained in:
Adriaan de Groot 2019-04-04 17:46:48 +02:00
parent 6bccbcd1f5
commit 04146df36b

View File

@ -1248,7 +1248,6 @@ ChoicePage::setupActions()
} }
if ( (*it)->isMounted() ) if ( (*it)->isMounted() )
{ {
cDebug() << Logger::SubEntry() << "contains mounted (un-eraseable)" << it;
atLeastOneIsMounted = true; atLeastOneIsMounted = true;
} }
} }