Skip to content

Commit

Permalink
Disable console.warn
Browse files Browse the repository at this point in the history
  • Loading branch information
blazejkustra committed Jun 3, 2024
1 parent 3c39c6f commit 901bb35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ExpensiMark.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const SLACK_SPAN_NEW_LINE_TAG = '<span class="c-mrkdwn__br" data-stringify-type=
export default class ExpensiMark {
static Log = new Logger({
serverLoggingCallback: _.noop,
// eslint-disable-next-line no-console
clientLoggingCallback: (message) => console.warn(message),
isDebug: true,
});
Expand Down

0 comments on commit 901bb35

Please sign in to comment.