From bf1d4031af0c60287cbfd700a4597a2dc8fb9829 Mon Sep 17 00:00:00 2001
From: anysad <anysadiscool@gmail.com>
Date: Sat, 13 Jul 2024 23:08:16 +0300
Subject: [PATCH] remove trace

---
 source/funkin/play/components/PopUpStuff.hx | 1 -
 1 file changed, 1 deletion(-)

diff --git a/source/funkin/play/components/PopUpStuff.hx b/source/funkin/play/components/PopUpStuff.hx
index 4ae425cb6..971ed1064 100644
--- a/source/funkin/play/components/PopUpStuff.hx
+++ b/source/funkin/play/components/PopUpStuff.hx
@@ -34,7 +34,6 @@ class PopUpStuff extends FlxTypedGroup<FunkinSprite>
       folder = 'normal';
     var basePath:String = 'gameplay/popup/$folder/$index';
     var spritePath:String = basePath + suffix;
-    trace(spritePath);
     while (!Assets.exists(Paths.image(spritePath)) && suffix.length > 0)
     {
       suffix = suffix.split('-').slice(0, -1).join('-');