Remove debug spam.

This commit is contained in:
Teo Mrnjavac 2015-12-31 16:36:24 +01:00
parent 22459c8fb8
commit 38b90560cf

View File

@ -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 ) ),