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