removed a temporary debug line

This commit is contained in:
Harrison Deng 2019-01-25 17:48:24 -06:00
parent 5e1554edf0
commit 261b79c7b4

View File

@ -203,7 +203,6 @@ namespace RhythmBullet
private bool CheckReadyForInitiate()
{
Debug.WriteLine(skinManager.ReadyForUse);
return assets.Done && musicController.musicList.Searched && skinManager.ReadyForUse;
}