oops forgot to remove a debug log

This commit is contained in:
AstrlJelly 2023-10-07 13:47:21 -04:00
parent dd44a4d09c
commit bdd91bd448

View file

@ -688,7 +688,6 @@ namespace HeavenStudio.Games
{
var cond = Conductor.instance;
var songPos = cond.songPositionInBeatsAsDouble;
Debug.Log("songPos : " + songPos);
if (!cond.isPlaying) {
EntityPreCheck(songPos);