Remove some qDebug statements that aren't needed.

This commit is contained in:
Seeker4 2019-08-28 16:31:56 -07:00
parent be147fee0a
commit c1b4137857
2 changed files with 1 additions and 3 deletions

View File

@ -533,7 +533,7 @@ bool MainWindow::OpenProfile(QString profileName, bool skippassword)
QList<Machine *> posmachines = p_profile->GetMachines(MT_POSITION);
QList<Machine *> stgmachines = p_profile->GetMachines(MT_SLEEPSTAGE);
bool noMachines = machines.isEmpty() && posmachines.isEmpty() && oximachines.isEmpty() && stgmachines.isEmpty();
qDebug() << "OpenProfile: noMachines" << noMachines;
ui->importButton->setDisabled(false);
ui->oximetryButton->setDisabled(false);
ui->dailyButton->setDisabled(noMachines);

View File

@ -61,8 +61,6 @@ void Welcome::refreshPage()
b = !noMachines;
qDebug() << "Welcome::refreshPae b =" << b << "noMachines" << noMachines;
// Copy application font to tool buttons
ui->importButton->setFont(QApplication::font());
ui->dailyButton->setFont(QApplication::font());