From 967dee94a03b855ea05786aa106f319149e1e531 Mon Sep 17 00:00:00 2001 From: ANAND Date: Sun, 12 May 2019 14:52:12 +0530 Subject: [PATCH] Remove leftover debug message --- mods/other/sprint/init.lua | 1 - 1 file changed, 1 deletion(-) 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