From 38b90560cfb2855ee07bd5f2a32cb7d9d1237d32 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Thu, 31 Dec 2015 16:36:24 +0100 Subject: [PATCH] Remove debug spam. --- src/modules/partition/gui/ChoicePage.cpp | 2 -- 1 file changed, 2 deletions(-) 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 ) ),