Skip to content

Commit

Permalink
revert hard coded initialization of hotjar
Browse files Browse the repository at this point in the history
  • Loading branch information
prabrisha-rudder committed Oct 31, 2019
1 parent a0155d7 commit 06686b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rudder-client-javascript/analytics/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ class Analytics {

if (!intgArray || intgArray.length == 0) {
this.toBeProcessedByIntegrationArray = [];
let intgClass = integrations["HJ"];
let intgInstance = new intgClass("1549611");
intgInstance.init();
return;
}
Expand Down

0 comments on commit 06686b4

Please sign in to comment.