From 29a19b8f9e99a4980065380355feb27426c4967b Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 01:34:42 -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 d8900c26e..5885382ff 100644 --- a/common/packetfile.cpp +++ b/common/packetfile.cpp @@ -373,7 +373,6 @@ void NewPacketFileReader::CloseFile() { if(in != NULL) { fclose(in); in = NULL; - //printf("Closed packet file.\n"); } }