Skip to content

Commit

Permalink
pendo-sdk/code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivam4415 committed Nov 27, 2020
1 parent 9408613 commit 7354fe4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integrations/Pendo/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ class Pendo {
constructor(config, analytics) {
this.analytics = analytics;
this.apiKey = !config.apiKey ? "" : config.apiKey;
this.isDebugMode = config.enableDebugMode;
this.name = "PENDO";
this.setIntervalHandler = undefined;
logger.debug("Config ", config);
}

Expand Down

0 comments on commit 7354fe4

Please sign in to comment.