@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.esm.js CHANGED
@@ -1109,7 +1109,6 @@ function createSecureManager({ key, storage = localStorage, aesKey }) {
1109
1109
  try {
1110
1110
  return JSON.parse(cipher);
1111
1111
  } catch (e) {
1112
- console.log("Failed to parse stored data:", e);
1113
1112
  return cipher;
1114
1113
  }
1115
1114
  };