diff --git a/javascript/mixpanel-persistent.js b/javascript/mixpanel-persistent.js index d032ffa2..0cf17c06 100644 --- a/javascript/mixpanel-persistent.js +++ b/javascript/mixpanel-persistent.js @@ -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) => {