From f7d90ece5b315bc2205bbfb56054b534c4cb76e2 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 10 Jan 2023 11:28:48 +0300 Subject: [PATCH] Update epg-grabber.js --- bin/epg-grabber.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/epg-grabber.js b/bin/epg-grabber.js index e84a1cd..5bbb610 100755 --- a/bin/epg-grabber.js +++ b/bin/epg-grabber.js @@ -76,7 +76,6 @@ async function main() { const total = channels.length * days const utcDate = getUTCDate() const dates = Array.from({ length: days }, (_, i) => utcDate.add(i, 'd')) - console.log(dates) for (let channel of channels) { if (!channel.logo && config.logo) { channel.logo = await grabber.loadLogo(channel)