From 261b79c7b42f6017d7a5d66f0cc0bd94d87b6dc6 Mon Sep 17 00:00:00 2001 From: Recrown Date: Fri, 25 Jan 2019 17:48:24 -0600 Subject: [PATCH] removed a temporary debug line --- RhythmBullet/RhythmBulletGame.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/RhythmBullet/RhythmBulletGame.cs b/RhythmBullet/RhythmBulletGame.cs index c3e18be..565c1b7 100644 --- a/RhythmBullet/RhythmBulletGame.cs +++ b/RhythmBullet/RhythmBulletGame.cs @@ -203,7 +203,6 @@ namespace RhythmBullet private bool CheckReadyForInitiate() { - Debug.WriteLine(skinManager.ReadyForUse); return assets.Done && musicController.musicList.Searched && skinManager.ReadyForUse; }