From 1d5f2b397d4c2a9d6a943acc9d3589ed07fcb16f Mon Sep 17 00:00:00 2001 From: FabianLars Date: Tue, 3 Dec 2024 14:45:31 +0100 Subject: [PATCH] rm log --- .scripts/ci/check-change-files.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/.scripts/ci/check-change-files.js b/.scripts/ci/check-change-files.js index 4cf834e7..34adaa04 100644 --- a/.scripts/ci/check-change-files.js +++ b/.scripts/ci/check-change-files.js @@ -25,8 +25,6 @@ function checkChangeFiles(changeFiles) { .filter((l) => !(l === '---' || !l)) .map((l) => l.replace(/('|")/g, '').split(':')) - console.log('pkgs', JSON.stringify(packages)) - const rsPackages = Object.fromEntries( packages .filter((v) => !v[0].endsWith('-js'))