mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 10:31:29 +00:00
Remove commented printf : Opening packet file: %s\n
This commit is contained in:
parent
84be3458b1
commit
82c898f6bf
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user