Skip to content

Commit

Permalink
turn off console error logging for browser_check test when no announc…
Browse files Browse the repository at this point in the history
…ements server source
  • Loading branch information
mlhenderson committed Jul 26, 2023
1 parent bf2dee4 commit eef288d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class RefreshAnnouncements {
}
} catch (e) {
// there was an error with fetching
console.error(e);
console.log(e);

// call again in n microseconds (maybe the API is only down for a little bit)
setTimeout(() => {
Expand Down

0 comments on commit eef288d

Please sign in to comment.