Remove bad debug feature.

This commit is contained in:
Teo Mrnjavac 2014-09-25 16:50:41 +02:00
parent 6d60ca5e63
commit 2347ead200

View File

@ -203,10 +203,6 @@ ChoicePage::init( PartitionCoreModule* core, const OsproberEntryList& osproberEn
m_itemsLayout->addWidget( somethingElseButton ); m_itemsLayout->addWidget( somethingElseButton );
grp->addButton( somethingElseButton->buttonWidget() ); grp->addButton( somethingElseButton->buttonWidget() );
//DEBUG:
alongsideButton->show();
connect( alongsideButton->buttonWidget(), &QRadioButton::toggled, connect( alongsideButton->buttonWidget(), &QRadioButton::toggled,
this, [ this ]( bool checked ) this, [ this ]( bool checked )
{ {