From daf0cb03b41199844e79f458e4b796f1ad44716d Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:25:53 +0300 Subject: [PATCH] Update grab.ts --- scripts/commands/epg/grab.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/commands/epg/grab.ts b/scripts/commands/epg/grab.ts index 54ba114c..e9976f02 100644 --- a/scripts/commands/epg/grab.ts +++ b/scripts/commands/epg/grab.ts @@ -112,8 +112,6 @@ async function main() { await job.run() logger.success(` done in ${timer.format('HH[h] mm[m] ss[s]')}`) } - - logger.info('finished') } main()