Diagnostic changes for a future feature

This commit is contained in:
Seeker4 2019-07-25 06:25:03 -07:00
parent 7785d7fc9c
commit 751df7652a

View File

@ -384,7 +384,6 @@ bool Session::LoadSummary()
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;