Skip to content

Commit

Permalink
Fix: Remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
zk-phi committed Jun 26, 2023
1 parent 7d2e3ac commit a0ade14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/rollbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export default (() => {
});
// eslint-disable-next-line no-console
console.log("Rollbar initialized.");
rollbar;
} else {
// eslint-disable-next-line no-console
console.log("Specify ROLLBAR_TOKEN to track errors.");
Expand Down

0 comments on commit a0ade14

Please sign in to comment.