@haex-space/vault-sdk 2.5.22 → 2.5.23

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/react.mjs CHANGED
@@ -1126,8 +1126,6 @@ async function setupTauriEventListeners(ctx, log, onEvent, onContextChange) {
1126
1126
  console.error("[HaexVault SDK] Failed to setup context change listener:", error);
1127
1127
  log("Failed to setup context change listener:", error);
1128
1128
  }
1129
- console.log("[HaexVault SDK] Setting up Tauri event listener for:", EXTERNAL_EVENTS.REQUEST);
1130
- console.log("[HaexVault SDK] listen function:", typeof listen, listen);
1131
1129
  try {
1132
1130
  await listen(EXTERNAL_EVENTS.REQUEST, (event) => {
1133
1131
  console.log("[HaexVault SDK] ====== EXTERNAL REQUEST RECEIVED ======");