Remove commented printf : Closed packet file.\n

This commit is contained in:
Akkadius 2015-01-20 01:34:42 -06:00
parent 138436f46d
commit 29a19b8f9e

View File

@ -373,7 +373,6 @@ void NewPacketFileReader::CloseFile() {
if(in != NULL) {
fclose(in);
in = NULL;
//printf("Closed packet file.\n");
}
}