pinata 1.9.0 → 1.9.1

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.mjs CHANGED
@@ -2210,7 +2210,6 @@ var vectorizeQuery = async (config, options) => {
2210
2210
  if (resData.matches.length === 0) {
2211
2211
  throw new PinataError(`No files returned in query to fetch`);
2212
2212
  }
2213
- console.log(config.pinataGateway);
2214
2213
  const cid = resData.matches[0].cid;
2215
2214
  const fileRes = await getCid(config, cid, void 0);
2216
2215
  return fileRes;