mirror of
https://github.com/vrld/hump.git
synced 2024-11-23 12:24:19 +00:00
remove leftover print
This commit is contained in:
parent
a905c592a9
commit
23ac57ae5b
@ -78,7 +78,6 @@ end
|
||||
local all_callbacks = { 'draw', 'errorhandler', 'update' }
|
||||
for k in pairs(love.handlers) do
|
||||
all_callbacks[#all_callbacks+1] = k
|
||||
print(k)
|
||||
end
|
||||
|
||||
function GS.registerEvents(callbacks)
|
||||
|
Loading…
Reference in New Issue
Block a user