Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report unused repos #74

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Report unused repos #74

wants to merge 8 commits into from

Conversation

rachfop
Copy link
Contributor

@rachfop rachfop commented May 2, 2024

What was changed

Why?

Checklist

  1. Closes

  2. How was this tested:

  1. Any docs updates needed?

await this.cleanUp();
this.progress.updateOperation("done");
this.progress.stop();
this.logger.info("snipsync operation complete");
this.reportUnusedRepos(usedRepos);
console.log("done");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this needed? The logger statement above seems to cover this. I wonder if you move the previous line above the logger, that's enough. If you disagree, I think I'd use this.logger instead of console.log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants