mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
Remove commented printf : Opening packet file: %s\n
This commit is contained in:
@@ -221,7 +221,6 @@ OldPacketFileReader::~OldPacketFileReader() {
|
||||
bool OldPacketFileReader::OpenFile(const char *name) {
|
||||
CloseFile();
|
||||
|
||||
//printf("Opening packet file: %s\n", name);
|
||||
|
||||
in = fopen(name, "rb");
|
||||
if(in == NULL) {
|
||||
|
||||
Reference in New Issue
Block a user