Skip to content

Commit

Permalink
Never disable error logging on the frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
Veetaha committed Jun 22, 2020
1 parent ceb6920 commit c2221ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion editors/code/src/util.ts
Expand Up @@ -26,7 +26,6 @@ export const log = new class {
}

error(message?: any, ...optionalParams: any[]): void {
if (!log.enabled) return;
debugger;
// eslint-disable-next-line no-console
console.error(message, ...optionalParams);
Expand Down

0 comments on commit c2221ff

Please sign in to comment.