remove debug leftovers

This commit is contained in:
Dirk Sohler
2021-04-03 15:34:11 +02:00
parent b179c6f8c1
commit 120336493b

View File

@ -189,7 +189,6 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
local entered = fields.key_enter_field or ''
-- Set mode
print(dump(fields))
if fields.mode_countdown ~= nil then ctv.timer_mode='countdown' end
if fields.mode_timer ~= nil then ctv.timer_mode='timer' end
if fields.mode_continuous ~= nil then ctv.timer_mode='continuous' end