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

fix(logging): remove excess logging #851

Merged
merged 1 commit into from
Oct 5, 2024
Merged

fix(logging): remove excess logging #851

merged 1 commit into from
Oct 5, 2024

Conversation

aorinevo
Copy link
Collaborator

@aorinevo aorinevo commented Oct 5, 2024

This pull request includes improvements to the GitAdapter class in the src/adapters/git.ts file to enhance code readability by removing console log statements and refining error handling.

Code readability improvements:

  • src/adapters/git.ts: Removed a console log statement from the checkoutRepo method to reduce unnecessary logging.
  • src/adapters/git.ts: Refined error handling in the branch creation and switching logic by removing console log statements and adding comments for clarity.

@aorinevo aorinevo self-assigned this Oct 5, 2024
@aorinevo aorinevo merged commit 3402417 into main Oct 5, 2024
4 checks passed
@aorinevo aorinevo deleted the fix/logging branch October 5, 2024 17:35
aorinevo pushed a commit that referenced this pull request Oct 5, 2024
## [2.6.1](v2.6.0...v2.6.1) (2024-10-05)

### Bug Fixes

* **logging:** remove excess logging ([#851](#851)) ([3402417](3402417))
@aorinevo
Copy link
Collaborator Author

aorinevo commented Oct 5, 2024

🎉 This PR is included in version 2.6.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

1 participant