fix: remove forgotten test
This commit is contained in:
parent
a0c3dcea76
commit
2f5c57f3d2
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue