From ac0b2092f2bd453f13c914e53a886ecb196397e6 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 21 Sep 2020 17:47:25 +0200 Subject: [PATCH] [partition] Remove superfluous logging --- src/modules/partition/core/BootLoaderModel.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/partition/core/BootLoaderModel.cpp b/src/modules/partition/core/BootLoaderModel.cpp index f9743291f..08b0283b3 100644 --- a/src/modules/partition/core/BootLoaderModel.cpp +++ b/src/modules/partition/core/BootLoaderModel.cpp @@ -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();