removed some debug spam, fixed namespaces.

This commit is contained in:
2019-01-27 02:01:13 -06:00
parent 1ae37bb219
commit dbafc989a5
4 changed files with 11 additions and 9 deletions

View File

@@ -99,10 +99,6 @@ namespace RhythmBullet.Audio
{
musicFiles.Add(files[fileID]);
}
else
{
Debug.WriteLine("Unsupported file format: " + Path.GetFileName(files[fileID]), GetType().Name);
}
}
return musicFiles;
}