Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit 2bbb427

Browse files
committed
Remove inadvertant console.error
1 parent 47b4a62 commit 2bbb427

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/formatters/BaseFormatter.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ export default abstract class BaseFormatter implements IFormatter {
7171
stdin: of(this.originalText),
7272
}).pipe(
7373
catchError(error => {
74-
console.error(error);
7574
const err: Error | null = this.processError(error, formatStr);
7675
return err ? throwError(err) : of('');
7776
}),

0 commit comments

Comments
 (0)