Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelfras committed Sep 9, 2024
1 parent 8860e04 commit 3e87259
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export class UnknownErrorHandler extends HttpErrorHandler {
)
? isDevMode()
: isDevMode() || this.isSsr();
console.log('shouldLogError', shouldLogError);

// Error will be handled and logged by the `HttpErrorHandlerInterceptor`.
// After removing the `ssrStrictErrorHandlingForHttpAndNgrx` feature flag, error will be logged only in dev mode.
Expand Down

0 comments on commit 3e87259

Please sign in to comment.