Remove leftover debug message

This commit is contained in:
ANAND 2019-05-12 14:52:12 +05:30
parent b8d1bdc9f3
commit 967dee94a0
No known key found for this signature in database
GPG key ID: 3AD8A3C4A51AAB97

View file

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