From 2347ead200831cab028a87ea17500bb340f85bf8 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Thu, 25 Sep 2014 16:50:41 +0200 Subject: [PATCH] Remove bad debug feature. --- src/modules/partition/gui/ChoicePage.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp index fce67cfa3..2ba59cace 100644 --- a/src/modules/partition/gui/ChoicePage.cpp +++ b/src/modules/partition/gui/ChoicePage.cpp @@ -203,10 +203,6 @@ ChoicePage::init( PartitionCoreModule* core, const OsproberEntryList& osproberEn m_itemsLayout->addWidget( somethingElseButton ); grp->addButton( somethingElseButton->buttonWidget() ); - //DEBUG: - alongsideButton->show(); - - connect( alongsideButton->buttonWidget(), &QRadioButton::toggled, this, [ this ]( bool checked ) {