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('-');