Skip to content

Commit 1038451

Browse files
Merge pull request #355 from andrechristikan/development
remove console.error in exception
2 parents 114435b + 647e4e2 commit 1038451

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/error/filters/error.http.filter.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ export class ErrorHttpFilter implements ExceptionFilter {
154154
.status(statusHttp)
155155
.json(resResponse);
156156
} else {
157-
console.error('exception', exception);
158157
// In certain situations `httpAdapter` might not be available in the
159158
// constructor method, thus we should resolve it here.
160159
const message: string = (await this.messageService.get(

0 commit comments

Comments
 (0)