aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Klebanoff <steve.klebanoff@gmail.com>2018-12-06 02:17:18 +0800
committerSteve Klebanoff <steve.klebanoff@gmail.com>2018-12-06 02:17:18 +0800
commit69d4e330cf312af99cf547add9cd2106e492c563 (patch)
tree21ca379e2b2f79cca74ac0506aa8d320d871b067
parent9eff85741617d9d64c674e41a344e42325153292 (diff)
downloaddexon-sol-tools-69d4e330cf312af99cf547add9cd2106e492c563.tar
dexon-sol-tools-69d4e330cf312af99cf547add9cd2106e492c563.tar.gz
dexon-sol-tools-69d4e330cf312af99cf547add9cd2106e492c563.tar.bz2
dexon-sol-tools-69d4e330cf312af99cf547add9cd2106e492c563.tar.lz
dexon-sol-tools-69d4e330cf312af99cf547add9cd2106e492c563.tar.xz
dexon-sol-tools-69d4e330cf312af99cf547add9cd2106e492c563.tar.zst
dexon-sol-tools-69d4e330cf312af99cf547add9cd2106e492c563.zip
Takeout console.log
-rw-r--r--packages/instant/src/util/error_reporter.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/instant/src/util/error_reporter.ts b/packages/instant/src/util/error_reporter.ts
index ec074c440..8d7481684 100644
--- a/packages/instant/src/util/error_reporter.ts
+++ b/packages/instant/src/util/error_reporter.ts
@@ -29,7 +29,6 @@ let rollbar: any;
export const setupRollbar = (): any => {
if (_.isUndefined(rollbar) && ROLLBAR_CLIENT_TOKEN && ROLLBAR_ENABLED) {
const hostDomains = getRollbarHostDomains();
- console.log('hostDomains', hostDomains);
rollbar = new Rollbar({
accessToken: ROLLBAR_CLIENT_TOKEN,
captureUncaught: true,