[partition] Remove superfluous logging

main
Adriaan de Groot 4 years ago
parent 73d0afca43
commit ac0b2092f2

@ -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();

Loading…
Cancel
Save