mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-01 06:01:38 +00:00
Remove commented printf : Closed packet file.\n
This commit is contained in:
@@ -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");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user