Remove annoying (debug?) prints

master^2
HimbeerserverDE 2021-02-24 20:50:33 +01:00 committed by GitHub
parent 575d6960b9
commit 7ace31f4b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -150,8 +150,6 @@ minetest.register_globalstep(function()
if minetest.localplayer then
local player = minetest.localplayer
local controls = player:get_control()
print(dump(keys))
print(version)
for _, key in ipairs(keys) do
if controls[key] and not before[key] then -- performance optimisations included
minetest.localplayer:hud_change(huds[key], "text", image_press[key])