From 751df7652ab982b85f4fff3c36f3237efdc32db5 Mon Sep 17 00:00:00 2001 From: Seeker4 Date: Thu, 25 Jul 2019 06:25:03 -0700 Subject: [PATCH] Diagnostic changes for a future feature --- oscar/SleepLib/session.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/oscar/SleepLib/session.cpp b/oscar/SleepLib/session.cpp index b9f83b02..a7f099b1 100644 --- a/oscar/SleepLib/session.cpp +++ b/oscar/SleepLib/session.cpp @@ -379,12 +379,11 @@ bool Session::StoreSummary() bool Session::LoadSummary() { - //static int sumcnt = 0; +// static int sumcnt = 0; if (s_summary_loaded) return true; QString filename = s_machine->getSummariesPath() + QString().sprintf("%08lx.000", s_session); - if (filename.isEmpty()) { qDebug() << "Empty summary filename"; return false; @@ -398,7 +397,7 @@ bool Session::LoadSummary() } - // qDebug() << "Loading" << s_machine->loaderName() << "Summary" << filename << sumcnt++; +// qDebug() << "Loading" << s_machine->loaderName() << "Summary" << filename << sumcnt++; QDataStream in(&file); in.setVersion(QDataStream::Qt_4_6);