Compare commits
No commits in common. "472898a5b16c789f69914cd2198fdd28cd44ff68" and "926ca587b814940849d23c9b5b0a728d39114429" have entirely different histories.
472898a5b1
...
926ca587b8
1 changed files with 0 additions and 9 deletions
|
|
@ -209,15 +209,6 @@ function M.start(platform, contest_id, language)
|
||||||
race_state.last_refetch = os.time()
|
race_state.last_refetch = os.time()
|
||||||
race_state.token = token
|
race_state.token = token
|
||||||
|
|
||||||
logger.log(
|
|
||||||
('%s race "%s" starts in %s'):format(
|
|
||||||
display,
|
|
||||||
race_state.contest_name,
|
|
||||||
format_countdown(remaining)
|
|
||||||
),
|
|
||||||
{ level = vim.log.levels.INFO, override = true }
|
|
||||||
)
|
|
||||||
|
|
||||||
local timer = vim.uv.new_timer()
|
local timer = vim.uv.new_timer()
|
||||||
race_state.timer = timer
|
race_state.timer = timer
|
||||||
timer:start(
|
timer:start(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue