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

This commit is contained in:
Akkadius 2015-01-20 01:34:40 -06:00
parent 245351e351
commit b746385e45

View File

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