@zero-library/common 2.2.8 → 2.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -1148,7 +1148,6 @@ function createSecureManager({ key, storage = localStorage, aesKey }) {
1148
1148
  try {
1149
1149
  return JSON.parse(cipher);
1150
1150
  } catch (e) {
1151
- console.log("Failed to parse stored data:", e);
1152
1151
  return cipher;
1153
1152
  }
1154
1153
  };