Remove commented printf : Opening packet file: %s\n

This commit is contained in:
Akkadius 2015-01-20 01:33:29 -06:00
parent 84be3458b1
commit 82c898f6bf

View File

@ -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) {