[Main] Remove tag debug logging

This commit is contained in:
Ducko 2021-03-07 18:11:39 +00:00 committed by フズキ
parent 792f2b1cb9
commit 03b3655b53
No known key found for this signature in database
GPG Key ID: AD7750AB4625F1DD
1 changed files with 0 additions and 2 deletions

View File

@ -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;