[partition] Remove superfluous logging

This commit is contained in:
Adriaan de Groot 2020-09-21 17:47:25 +02:00
parent 73d0afca43
commit ac0b2092f2

View File

@ -40,7 +40,6 @@ BootLoaderModel::~BootLoaderModel() {}
void void
BootLoaderModel::init( const QList< Device* >& devices ) BootLoaderModel::init( const QList< Device* >& devices )
{ {
cDebug() << "BLM::init with" << devices.count() << "devices" << rowCount() << "rows";
beginResetModel(); beginResetModel();
blockSignals( true ); blockSignals( true );
@ -64,7 +63,6 @@ BootLoaderModel::createMbrItems()
void void
BootLoaderModel::update() BootLoaderModel::update()
{ {
cDebug() << "BLM::update holds" << m_devices.count() << "devices" << rowCount() << "rows";
beginResetModel(); beginResetModel();
blockSignals( true ); blockSignals( true );
updateInternal(); updateInternal();