@pooflabs/web 0.0.19 → 0.0.20

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
@@ -42776,7 +42776,6 @@ class OffchainAuthProvider {
42776
42776
  this.config = config;
42777
42777
  // Signal to API layer that this client supports offchain transaction signing
42778
42778
  if (typeof window !== "undefined") {
42779
- console.log("TAROBASE_SUPPORTS_OFFCHAIN_SIGNING", "true");
42780
42779
  window.TAROBASE_SUPPORTS_OFFCHAIN_SIGNING = true;
42781
42780
  }
42782
42781
  }