remove trace

This commit is contained in:
Glenn Maynard
2005-01-16 20:54:37 +00:00
parent b733db6152
commit 75973e6fa4
-1
View File
@@ -666,7 +666,6 @@ void ThemeManager::EvaluateString( CString &sText )
CString sOut;
Lua::RunExpressionS( sText, sOut );
LOG->Trace("ran '%s', got '%s'", sText.c_str(), sOut.c_str());
sText = sOut;
return;
}