mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Add ifdef around -Adding STR.edf information...-
This commit is contained in:
parent
691aafda25
commit
0d25d31049
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user