remove trace

This commit is contained in:
Glenn Maynard
2003-11-08 01:01:38 +00:00
parent a2a7d9113c
commit 76e701154b
-1
View File
@@ -241,7 +241,6 @@ void PlayerOptions::FromString( CString sOptions )
}
else if( asParts[j][0]=='*' )
sscanf( asParts[j], "*%f", &speed );
LOG->Trace("'%s' %f %f", asParts[j].c_str(), level, speed);
}
sBit = asParts[asParts.size()-1];