[packagechooser] Remove unneeded debug

This commit is contained in:
Adriaan de Groot 2019-08-03 23:55:29 +02:00
parent 140c0db7a4
commit 047a300a51

View File

@ -34,7 +34,6 @@ PackageChooserPage::PackageChooserPage( PackageChooserMode mode, QWidget* parent
tr( "Please pick a product from the list. The selected product will be installed." ) )
{
m_introduction.screenshot = QPixmap( QStringLiteral( ":/images/no-selection.png" ) );
cDebug() << m_introduction.screenshot;
ui->setupUi( this );
CALAMARES_RETRANSLATE( updateLabels(); )