Update Main.hx

This commit is contained in:
Lethrial 2024-09-18 00:25:20 +01:00
parent a27c4ae24f
commit ea9dab4b73

View file

@ -123,8 +123,6 @@ class Main extends Sprite
game.debugger.interaction.addTool(new funkin.util.TrackerToolButtonUtil());
#end
addChild(fpsCounter);
#if hxcpp_debug_server
trace('hxcpp_debug_server is enabled! You can now connect to the game with a debugger.');
#else