From d90a4ba3c99d50164bd7f4e26e6955cc3932a906 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 24 Jan 2003 02:19:53 +0000 Subject: [PATCH] obsolete log --- stepmania/src/FontCharAliases.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/stepmania/src/FontCharAliases.cpp b/stepmania/src/FontCharAliases.cpp index bbc222aca0..d90d0be097 100644 --- a/stepmania/src/FontCharAliases.cpp +++ b/stepmania/src/FontCharAliases.cpp @@ -338,12 +338,10 @@ static void InitCharAliases() CString to = LcharToUTF8(i->second); from.MakeUpper(); CharAliasRepl[from] = to; - LOG->Trace("from '%s' to '%s'", from.GetString(), to.GetString()); } } -/* Replace all &markers; and &#NNNN;s with UTF-8. I'm not really - * sure where to put this; this is used elsewhere, too. */ +/* Replace all &markers; and &#NNNN;s with UTF-8. */ void FontCharAliases::ReplaceMarkers( CString &sText ) { InitCharAliases();