@bulletxyz/bullet-sdk 0.21.0-rc.7 → 0.21.0-rc.8

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.
@@ -6883,7 +6883,6 @@ var BaseConnection = class {
6883
6883
  }
6884
6884
  }
6885
6885
  }
6886
- console.debug("Fetching resource: ", url.toString());
6887
6886
  const response = await fetch(url.toString());
6888
6887
  if (!response.ok) {
6889
6888
  throw await ApiError.fromResponse(response);