Skip to content
Snippets Groups Projects
Commit 983bb2fe authored by Martin Lowe's avatar Martin Lowe :flag_ca:
Browse files

Remove unnecessary logging statement

parent f12af498
No related branches found
No related tags found
No related merge requests found
......@@ -443,7 +443,7 @@ async function processProjectsOrg(org, project) {
}
// prefetch teams to reduce redundant calls
await Promise.allSettled([wrap.prefetchTeams(org), wrap.prefetchRepos(org)]);
logger.info(project);
// create the teams for the current org + update perms
if (!argv.d) {
// split out org updates to allow optional operations on orgs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment