mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 10:31:29 +00:00
Remove commented printf : Closed packet file.\n
This commit is contained in:
parent
138436f46d
commit
29a19b8f9e
@ -373,7 +373,6 @@ void NewPacketFileReader::CloseFile() {
|
|||||||
if(in != NULL) {
|
if(in != NULL) {
|
||||||
fclose(in);
|
fclose(in);
|
||||||
in = NULL;
|
in = NULL;
|
||||||
//printf("Closed packet file.\n");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user