From: lordhavoc <lordhavoc@d7cf8633-e32d-0410-b094-e92efae38249>
Date: Mon, 29 Oct 2001 06:28:36 +0000 (+0000)
Subject: removed duplicate comment on a line
X-Git-Tag: RELEASE_0_2_0_RC1~766
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b19e34040c1a1a5a6f9be384368d0a7f5966c99c;p=xonotic%2Fdarkplaces.git

removed duplicate comment on a line


git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@966 d7cf8633-e32d-0410-b094-e92efae38249
---

diff --git a/console.c b/console.c
index d7cb88fc..218ea632 100644
--- a/console.c
+++ b/console.c
@@ -393,7 +393,7 @@ void Con_Printf (char *fmt, ...)
 	va_end (argptr);
 	
 // also echo to debugging console
-	Sys_Printf ("%s", msg);	// also echo to debugging console
+	Sys_Printf ("%s", msg);
 
 // log all messages to file
 	if (con_debuglog)