Get rid of "Unable to find msu file" console spam.

This commit is contained in:
Brandon Wright 2018-06-21 15:24:16 -05:00
parent 95ee47ac06
commit db3573d506
1 changed files with 0 additions and 3 deletions

View File

@ -281,9 +281,6 @@ STREAM S9xMSU1OpenFile(const char *msu_ext, bool skip_unpacked)
}
#endif
if(!file)
printf("Unable to find msu file %s.\n", filename);
return file;
}