removed the ugly debugging code
I still don't know how to make LOG->Trace work so I just use fprintf. Just forgot to remove it before last commit.
This commit is contained in:
@@ -436,7 +436,6 @@ bool SSCLoader::LoadFromSimfile( const RString &sPath, Song &out, bool bFromCach
|
||||
if( keysounds.length() >= 2 && keysounds.substr(0, 2) == "\\#" )
|
||||
keysounds = keysounds.substr(1);
|
||||
split( keysounds, ",", out.m_vsKeysoundFile );
|
||||
fprintf(stderr, "%s : %d\n", sPath.c_str(), out.m_vsKeysoundFile.size());
|
||||
}
|
||||
|
||||
// Attacks loaded from file
|
||||
|
||||
Reference in New Issue
Block a user