diff --git a/sonic-radiance.love/scenes/debug/commons/menu.lua b/sonic-radiance.love/scenes/debug/commons/menu.lua index 599b628..86a6d28 100644 --- a/sonic-radiance.love/scenes/debug/commons/menu.lua +++ b/sonic-radiance.love/scenes/debug/commons/menu.lua @@ -27,7 +27,6 @@ function menu.DebugMenu:setPanel(panel, panelArgument) end function menu.DebugMenu:activationAction() - print("test") if (self.panel ~= nil) then self.scene.panel = self.panel(self.panelArgument) end