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:
Thai Pangsakulyanont
2011-11-11 19:02:45 +07:00
parent 248504f275
commit 2f10209fcf
-1
View File
@@ -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