Remove log
This commit is contained in:
parent
1841e43686
commit
d7aa08fcc1
2 changed files with 26 additions and 470 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Reference in a new issue