From b19e34040c1a1a5a6f9be384368d0a7f5966c99c Mon Sep 17 00:00:00 2001 From: lordhavoc Date: Mon, 29 Oct 2001 06:28:36 +0000 Subject: [PATCH] removed duplicate comment on a line git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@966 d7cf8633-e32d-0410-b094-e92efae38249 --- console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2