-
Notifications
You must be signed in to change notification settings - Fork 83
[Team Review] Removed unreferenced code and debug logs #2541
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
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #2541 +/- ##
==========================================
+ Coverage 60.17% 60.38% +0.20%
==========================================
Files 277 277
Lines 65124 64755 -369
Branches 4112 4102 -10
==========================================
- Hits 39188 39101 -87
+ Misses 25853 25571 -282
Partials 83 83
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| this.logging.log(`TransformConfigurationServer: Bearer token added to command`) | ||
| } catch (error) { | ||
| this.logging.error(`TransformConfigurationServer: Failed to add ATX bearer token: ${error}`) | ||
| this.logging.error(`TransformConfigurationServer: Failed to add ATX bearer token: ${String(error)}`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
arent these equivalent? what the difference
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes they are, just reverted the change.
Problem
Solution
Testing
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.