diff --git a/mods/other/sprint/init.lua b/mods/other/sprint/init.lua index 99747ea..c1dd642 100644 --- a/mods/other/sprint/init.lua +++ b/mods/other/sprint/init.lua @@ -84,7 +84,6 @@ minetest.register_globalstep(function(dtime) if info.lastHudSendValue ~= numBars then info.lastHudSendValue = numBars player:hud_change(info.hud, "number", numBars) - print("Sending hud value") end end end