[cl_menu] Silence some debug output

This commit is contained in:
Bill Currie 2020-03-08 21:45:51 +09:00
parent 67ec9bfb47
commit bb0e65e9d4
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ void (int quick) scan_saves =
filenames[i] = str_new ();
loadable[i] = 0;
string path = sprintf ("%s%i.sav", basename, i);
dprint(path + "\n");
//dprint(path + "\n");
f = QFS_OpenFile (path);
if (!f) {
str_copy (filenames[i], "--- UNUSED SLOT ---");