mirror of
https://gitlab.com/4w/mtimer.git
synced 2024-11-28 02:03:46 +01:00
remove debug leftover
This commit is contained in:
parent
1444a4d8f5
commit
06b370280f
@ -144,8 +144,6 @@ mtimer.update_custom_timer = function (player_name, update_parameters)
|
||||
local ctv_key = m.meta.custom_timer_settings.key
|
||||
local ctv = minetest.deserialize(player_meta:get_string(ctv_key))
|
||||
|
||||
print(dump(player_name))
|
||||
|
||||
-- Start timer if not running
|
||||
if up.action == 'start' then
|
||||
if ctv.running ~= true then
|
||||
|
Loading…
Reference in New Issue
Block a user