From 787978d23ff519b959f7abc0c66bfdc8f5e29a4e Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Fri, 28 Oct 2022 00:48:14 +0300 Subject: [PATCH] Update update.js --- scripts/commands/guides/update.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/commands/guides/update.js b/scripts/commands/guides/update.js index a89d58d9..8f54307d 100644 --- a/scripts/commands/guides/update.js +++ b/scripts/commands/guides/update.js @@ -173,7 +173,5 @@ function calcPriority(program) { } } - console.log(priority) - return priority }