@atbash/sdk 0.5.0 → 0.5.1-dev.0

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/browser.mjs CHANGED
@@ -43769,8 +43769,6 @@ var Atbash = class _Atbash {
43769
43769
  }
43770
43770
  }
43771
43771
  const brid = this.bridFromChainOpts(chainOpts);
43772
- console.log({ brid });
43773
- console.log({ chainOpts });
43774
43772
  const logResult = await this.logToolCall(action, context, {
43775
43773
  toolName: options.toolName,
43776
43774
  toolArgsJson: options.toolArgsJson,