We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 114435b + 647e4e2 commit 1038451Copy full SHA for 1038451
src/common/error/filters/error.http.filter.ts
@@ -154,7 +154,6 @@ export class ErrorHttpFilter implements ExceptionFilter {
154
.status(statusHttp)
155
.json(resResponse);
156
} else {
157
- console.error('exception', exception);
158
// In certain situations `httpAdapter` might not be available in the
159
// constructor method, thus we should resolve it here.
160
const message: string = (await this.messageService.get(
0 commit comments