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

refactor(logger): remove unneeded defensive code #239

Merged
merged 1 commit into from Jul 13, 2022
Merged

Conversation

Fdawgs
Copy link
Member

@Fdawgs Fdawgs commented Jul 13, 2022

autoLoggingIgnore is already checked to not be null on the line above:

if (autoLoggingIgnore !== null && shouldLogSuccess === true) {

@Fdawgs Fdawgs changed the title refactor(logger): remove uneeded defensive code refactor(logger): remove unneeded defensive code Jul 13, 2022
Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

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

lgtm

@mcollina mcollina merged commit 1fc4756 into master Jul 13, 2022
@Fdawgs Fdawgs deleted the Fdawgs-patch-1 branch July 13, 2022 08:06
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.

None yet

2 participants