mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-22 02:12:26 +00:00
Remove commented printf : Opening packet file: %s\n
This commit is contained in:
parent
245351e351
commit
b746385e45
@ -332,7 +332,6 @@ NewPacketFileReader::~NewPacketFileReader() {
|
||||
bool NewPacketFileReader::OpenFile(const char *name) {
|
||||
CloseFile();
|
||||
|
||||
//printf("Opening packet file: %s\n", name);
|
||||
|
||||
in = fopen(name, "rb");
|
||||
if(in == NULL) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user