From e2f5899fb8f7a71e654008b2c89dd04e6fa59334 Mon Sep 17 00:00:00 2001 From: Seeker4 Date: Fri, 12 Jul 2019 19:28:02 -0700 Subject: [PATCH] Comment out a qDebug statement that is not normally needed and very voluminous when used. --- oscar/SleepLib/session.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/oscar/SleepLib/session.cpp b/oscar/SleepLib/session.cpp index 0fc8841a..b9f83b02 100644 --- a/oscar/SleepLib/session.cpp +++ b/oscar/SleepLib/session.cpp @@ -620,6 +620,9 @@ bool Session::LoadSummary() } if (version >= 18) { in >> s_noSettings; +// qDebug() << "Session::LoadSummary" << s_session << "[" +// << QDateTime::fromTime_t(s_session).toString("MM/dd/yyyy hh:mm:ss") +// << "] s_noSettings" << s_noSettings << "size" << settings.size(); } else { s_noSettings = (settings.size() == 0); }