[partition] Remove superfluous logging
This commit is contained in:
parent
73d0afca43
commit
ac0b2092f2
@ -40,7 +40,6 @@ BootLoaderModel::~BootLoaderModel() {}
|
||||
void
|
||||
BootLoaderModel::init( const QList< Device* >& devices )
|
||||
{
|
||||
cDebug() << "BLM::init with" << devices.count() << "devices" << rowCount() << "rows";
|
||||
beginResetModel();
|
||||
blockSignals( true );
|
||||
|
||||
@ -64,7 +63,6 @@ BootLoaderModel::createMbrItems()
|
||||
void
|
||||
BootLoaderModel::update()
|
||||
{
|
||||
cDebug() << "BLM::update holds" << m_devices.count() << "devices" << rowCount() << "rows";
|
||||
beginResetModel();
|
||||
blockSignals( true );
|
||||
updateInternal();
|
||||
|
Loading…
Reference in New Issue
Block a user