From 9b21717332e27b54a3806e71240bf13107403683 Mon Sep 17 00:00:00 2001 From: Kade <26305836+Kade-github@users.noreply.github.com> Date: Thu, 19 Sep 2024 01:21:05 -0700 Subject: [PATCH] redundant trace removal --- source/funkin/play/PlayState.hx | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/funkin/play/PlayState.hx b/source/funkin/play/PlayState.hx index a44a35f421..4e81d3a83c 100644 --- a/source/funkin/play/PlayState.hx +++ b/source/funkin/play/PlayState.hx @@ -693,8 +693,6 @@ class PlayState extends MusicBeatSubState Conductor.instance.update(pre); - trace('Pre-start song at ' + Conductor.instance.songPosition); - // The song is now loaded. We can continue to initialize the play state. initCameras(); initHealthBar();