remove leftover print

This commit is contained in:
Andrew Minnich 2018-05-13 20:26:02 -04:00 committed by GitHub
parent a905c592a9
commit 23ac57ae5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)