Remove log

This commit is contained in:
Dennis Schoepf 2021-08-06 01:21:04 +02:00
parent 1841e43686
commit d7aa08fcc1
2 changed files with 26 additions and 470 deletions

View file

@ -33,8 +33,6 @@ const main = async () => {
const projectContributors = await getProjectContributors();
console.log(projectContributors.length);
const subprojectsWithRevealables = await Promise.all(
subprojects.map(async (subproject, i) => {
const packages = await getPackagesForSubproject(subproject);