mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 03:00:43 +00:00
Comment out a qDebug statement that is not normally needed and very voluminous when used.
This commit is contained in:
parent
5bf71e2a55
commit
e2f5899fb8
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user