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;