[text-clock] remove leftovers

This commit is contained in:
streetturtle 2020-11-25 09:41:01 -05:00
parent eda0388f06
commit a8876145f0
1 changed files with 0 additions and 2 deletions

View File

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