From 93931a87edb3d1b99a557253e722b157d29928af Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 22 Jan 2022 00:13:08 +0300 Subject: [PATCH] Update update-api.js --- scripts/commands/update-api.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/commands/update-api.js b/scripts/commands/update-api.js index 347c2500..41b5c5d9 100644 --- a/scripts/commands/update-api.js +++ b/scripts/commands/update-api.js @@ -71,7 +71,6 @@ async function loadPrograms() { } }) - logger.info('Sort programs...') programs = _.sortBy(programs, ['channel', 'site', 'start']) return programs