diff --git a/oscar/daily.cpp b/oscar/daily.cpp
index 4c99105f..c69de078 100644
--- a/oscar/daily.cpp
+++ b/oscar/daily.cpp
@@ -1088,8 +1088,8 @@ QString Daily::getMachineSettings(Day * day) {
html+=QString("
%1 |
").arg(tr("Machine Settings"));
html+=" |
";
- if (day->noSettings(cpap)) {
- html+=""+tr("Please Note: All settings shown below are based on assumptions that nothing has changed since previous days.")+" |
\n";
+/* if (day->noSettings(cpap)) */{
+ html+=""+tr("Please Note: All settings shown below are based on assumptions that nothing has changed since previous days.")+" |
\n";
/*
} else if ((day->settingExists(CPAP_BrokenSummary))) {
html+=""+tr("Machine Settings Unavailable")+" |
\n";
@@ -1244,9 +1244,9 @@ QString Daily::getCPAPInformation(Day * day)
html+=tr("PAP Mode: %1").arg(day->getCPAPModeStr())+"
";
html+= day->getPressureSettings();
html+="\n";
- if (day->noSettings(cpap)) {
- html+=QString("%1 |
").arg(tr("(Mode/Pressure settings are guessed on this day.)"));
- }
+// if (day->noSettings(cpap)) {
+ html+=QString("%1 |
").arg(tr("(Mode/Pressure settings are guessed on this day.)"));
+// }
html+="\n";
html+="
\n";