remove stray trace

This commit is contained in:
Glenn Maynard
2003-11-03 20:00:51 +00:00
parent 43ed677045
commit 7410110fa6
-1
View File
@@ -191,7 +191,6 @@ void PlayerOptions::FromString( CString sOptions )
CStringArray asBits;
split( sOptions, ",", asBits, true );
LOG->Trace("parse %s", sOptions.c_str());
for( unsigned i=0; i<asBits.size(); i++ )
{
CString& sBit = asBits[i];