diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp index 6421fe774..583dd4c64 100644 --- a/src/modules/partition/gui/ChoicePage.cpp +++ b/src/modules/partition/gui/ChoicePage.cpp @@ -451,9 +451,7 @@ ChoicePage::applyActionChoice( ChoicePage::Choice choice ) []{}, this ); } - cDebug() << "next enabled:" << isNextEnabled(); setNextEnabled( !m_beforePartitionBarsView->selectionModel()->selectedRows().isEmpty() ); - cDebug() << "next enabled:" << isNextEnabled(); connect( m_beforePartitionBarsView->selectionModel(), SIGNAL( currentRowChanged( QModelIndex, QModelIndex ) ), this, SLOT( doReplaceSelectedPartition( QModelIndex, QModelIndex ) ),