diff --git a/.timer.toml b/.timer.toml index e920487..dfd4dea 100644 --- a/.timer.toml +++ b/.timer.toml @@ -8,4 +8,6 @@ u80864958_at_u80864958 = 6021 [24-10-15] schreifuchs_at_archlinux = 128 [24-11-06] -schreifuchs_at_archibald = 301 +schreifuchs_at_archibald = 18 +[24-12-25] +schreifuchs_at_archibald = 204 diff --git a/.timer.toml.b b/.timer.toml.b deleted file mode 100644 index 46ab767..0000000 --- a/.timer.toml.b +++ /dev/null @@ -1,11 +0,0 @@ -## dates and their corresponding seconds been here :) -[24-10-07] -u80864958_at_u80864958 = 432 -[24-10-08] -u80864958_at_u80864958 = 425 -[24-10-11] -u80864958_at_u80864958 = 6021 -[24-10-15] -schreifuchs_at_archlinux = 128 -[24-11-06] -schreifuchs_at_archibald = 18 diff --git a/lua/timer.lua b/lua/timer.lua index f53dcb9..c9ae7d3 100644 --- a/lua/timer.lua +++ b/lua/timer.lua @@ -10,7 +10,7 @@ local clean_to = 1 -local function clean_from(from, events) +local function clean_from(from, events) -- cleans the events local clean_events = {} -- coppy until from @@ -46,7 +46,7 @@ local function clean_from(from, events) return clean_events end -local function summ_time() +local function summ_time() --returns time in seconds from the fous events focus_events = clean_from(clean_to + 1, focus_events) clean_to = #focus_events diff --git a/lua/toml.lua b/lua/toml.lua index e963872..82ca6aa 100644 --- a/lua/toml.lua +++ b/lua/toml.lua @@ -573,8 +573,6 @@ TOML.encode = function(tbl) for _, k in pairs(tbl_keys) do local v = tbl[k] - print(k) - print(v) if type(v) == "boolean" then toml = toml .. k .. " = " .. tostring(v) .. "\n" elseif type(v) == "number" then