remove stray trace
This commit is contained in:
@@ -191,7 +191,6 @@ void PlayerOptions::FromString( CString sOptions )
|
|||||||
CStringArray asBits;
|
CStringArray asBits;
|
||||||
split( sOptions, ",", asBits, true );
|
split( sOptions, ",", asBits, true );
|
||||||
|
|
||||||
LOG->Trace("parse %s", sOptions.c_str());
|
|
||||||
for( unsigned i=0; i<asBits.size(); i++ )
|
for( unsigned i=0; i<asBits.size(); i++ )
|
||||||
{
|
{
|
||||||
CString& sBit = asBits[i];
|
CString& sBit = asBits[i];
|
||||||
|
|||||||
Reference in New Issue
Block a user