From 87859857fcf4f8ddc50080df17aa864e5988d294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viljar=20K=C3=A4rgenberg?= Date: Mon, 22 Apr 2024 16:14:45 +0300 Subject: [PATCH] remove console.log --- javascript/mixpanel-persistent.js | 2 -- 1 file changed, 2 deletions(-) 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) => {