From 2692cebd5da4789554c8b935920f0c612dac0b0a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 23 Jul 2017 19:16:13 -0400 Subject: [PATCH] cleanups --- main.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/main.lua b/main.lua index 9a861a4..b0c3659 100644 --- a/main.lua +++ b/main.lua @@ -247,10 +247,6 @@ function play:joystickpressed(joystick, button) Signal.emit('user-input') Signal.emit(button) - -- print(joystick:getButtonCount()) - - -- print(js:getButtonCount()) - -- print(button) end function play:keypressed(key, scancode, isrepeat) @@ -276,7 +272,6 @@ end Signal.register('game-over', function() print('Game Over!') Gamestate.switch(dead) - -- Timer.clear() end) Signal.register('quit', function()