Remove commented printf : Look for %s: got %s\n

This commit is contained in:
Akkadius 2015-01-20 01:33:30 -06:00
parent 36dda4ee0a
commit 63ab54bf1f

View File

@ -178,7 +178,6 @@ const char *PFSLoader::FindExtension(const char *ext) {
int elen = strlen(ext);
for(i = 0; i < this->count; ++i) {
//printf("Look for %s: got %s\n", ext, this->filenames[i]);
int flen = strlen(this->filenames[i]);
if(flen <= elen)
continue;