[text-clock] remove leftovers
This commit is contained in:
parent
eda0388f06
commit
a8876145f0
|
@ -94,8 +94,6 @@ local function worker(args)
|
|||
callback = function()
|
||||
local time = os.date((military_time and '%H' or '%I') .. ':%M')
|
||||
local h,m = time:match('(%d+):(%d+)')
|
||||
h = 3
|
||||
m = 30
|
||||
local min = tonumber(m)
|
||||
local hour = tonumber(h)
|
||||
|
||||
|
|
Loading…
Reference in New Issue