Remove commented printf : Closed packet file.\n

This commit is contained in:
Akkadius 2015-01-20 01:34:36 -06:00
parent ff9bc4e953
commit f73f764f2a

View File

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