Skip to content

Commit

Permalink
Merge pull request #239 from viljark/patch-1
Browse files Browse the repository at this point in the history
fix storage adapter info being logged on every app launch
  • Loading branch information
zihejia authored Apr 29, 2024
2 parents f13fae2 + 8785985 commit dc3e9bb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions javascript/mixpanel-persistent.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ export class MixpanelPersistent {
}

async loadDeviceId(token) {
console.info("storageAdapter", this.storageAdapter);
console.info("storageAdapter get item", this.storageAdapter.getItem());
await this.storageAdapter
.getItem(getDeviceIdKey(token))
.then((deviceId) => {
Expand Down

0 comments on commit dc3e9bb

Please sign in to comment.