Add ifdef around -Adding STR.edf information...-

This commit is contained in:
Phil Olynyk 2020-04-11 11:26:03 -04:00
parent 691aafda25
commit 0d25d31049

View File

@ -299,7 +299,7 @@ int ResmedLoader::Open(const QString & dirpath)
return -1; return -1;
qDebug() << "Info:" << info.series << info.model << info.modelnumber << info.serial; qDebug() << "Info:" << info.series << info.model << info.modelnumber << info.serial;
#ifdef DEBUG_IDENT #ifdef IDENT_DEBUG
qDebug() << "IdMap size:" << idmap.size(); qDebug() << "IdMap size:" << idmap.size();
foreach ( QString st , idmap.keys() ) { foreach ( QString st , idmap.keys() ) {
qDebug() << "Key" << st << "Value" << idmap[st]; qDebug() << "Key" << st << "Value" << idmap[st];
@ -619,7 +619,9 @@ void ResmedLoader::checkSummaryDay( ResMedDay & resday, QDate date, Machine * ma
if (sess->machine() != mach) if (sess->machine() != mach)
continue; continue;
#ifdef STR_DEBUG
qDebug() << "Adding STR.edf information to session" << sess->session(); qDebug() << "Adding STR.edf information to session" << sess->session();
#endif
StoreSettings(sess, resday.str); StoreSettings(sess, resday.str);
sess->setNoSettings(false); sess->setNoSettings(false);
sess->SetChanged(true); sess->SetChanged(true);