From a0ade14e117626ce9d559a461cd385c6c3bac627 Mon Sep 17 00:00:00 2001 From: zk-phi Date: Mon, 26 Jun 2023 23:45:12 +0900 Subject: [PATCH] Fix: Remove redundant line --- src/utils/rollbar.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/rollbar.ts b/src/utils/rollbar.ts index 757501f5..8747b959 100644 --- a/src/utils/rollbar.ts +++ b/src/utils/rollbar.ts @@ -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.");