mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 20:51: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) {
|
bool OldPacketFileReader::OpenFile(const char *name) {
|
||||||
CloseFile();
|
CloseFile();
|
||||||
|
|
||||||
//printf("Opening packet file: %s\n", name);
|
|
||||||
|
|
||||||
in = fopen(name, "rb");
|
in = fopen(name, "rb");
|
||||||
if(in == NULL) {
|
if(in == NULL) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user