remove debug info

This commit is contained in:
2013-02-14 10:04:02 +00:00
parent 0caabc62df
commit 3fb0b84345

View File

@ -919,7 +919,6 @@ void PAdmin::saveRecentFiles()
--it; --it;
} }
} }
for (int i=0; i<data.size(); i++) qDebug() << data[i];
// add recent files // add recent files
int i; int i;
@ -933,7 +932,6 @@ for (int i=0; i<data.size(); i++) qDebug() << data[i];
return; return;
} }
i++; i++;
qDebug() << endl << "debug> fRecentFile.size()=" << fRecentFile.size() << endl;
for (int j=0; j<fRecentFile.size(); j++) { for (int j=0; j<fRecentFile.size(); j++) {
str = " <path_file_name>" + fRecentFile[j] + "</path_file_name>"; str = " <path_file_name>" + fRecentFile[j] + "</path_file_name>";
data.insert(i++, str); data.insert(i++, str);