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);