From f73f764f2a0ad07bdf6aa748fd6aba7656bec997 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 01:34:36 -0600 Subject: [PATCH] Remove commented printf : Closed packet file.\n --- common/packetfile.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/common/packetfile.cpp b/common/packetfile.cpp index e1ee8fa3a..5909afb57 100644 --- a/common/packetfile.cpp +++ b/common/packetfile.cpp @@ -262,7 +262,6 @@ void OldPacketFileReader::CloseFile() { if(in != NULL) { fclose(in); in = NULL; - //printf("Closed packet file.\n"); } }