mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-12 03:52:35 +00:00
Remove commented printf : Look for %s: got %s\n
This commit is contained in:
parent
36dda4ee0a
commit
63ab54bf1f
@ -178,7 +178,6 @@ const char *PFSLoader::FindExtension(const char *ext) {
|
|||||||
int elen = strlen(ext);
|
int elen = strlen(ext);
|
||||||
|
|
||||||
for(i = 0; i < this->count; ++i) {
|
for(i = 0; i < this->count; ++i) {
|
||||||
//printf("Look for %s: got %s\n", ext, this->filenames[i]);
|
|
||||||
int flen = strlen(this->filenames[i]);
|
int flen = strlen(this->filenames[i]);
|
||||||
if(flen <= elen)
|
if(flen <= elen)
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user