Takeout console.log

This commit is contained in:
Steve Klebanoff
2018-12-05 10:17:18 -08:00
committed by Fred Carlsen
parent 37e3f481dd
commit 43d1f61d28

View File

@@ -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,