From 03b3655b53e9e4266d26e597ffa2e756d357e7ed Mon Sep 17 00:00:00 2001 From: Oj Date: Sun, 7 Mar 2021 18:11:39 +0000 Subject: [PATCH] [Main] Remove tag debug logging --- src/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.js b/src/index.js index bebd35e..3587efe 100644 --- a/src/index.js +++ b/src/index.js @@ -186,8 +186,6 @@ for (const parentRepo of ModuleRepos) { ...repo[4] }; - - console.log(manifestJson.tags); if (manifest.images) manifestJson.images = manifest.images; if (manifest.dependencies) manifestJson.dependencies = manifest.dependencies;