@connect-plus-online/ogabai-integrations 0.0.18 → 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.cjs.js CHANGED
@@ -1134,9 +1134,6 @@ var createFileService = (client) => ({
1134
1134
  const headers = {
1135
1135
  ...token ? { Authorization: `Bearer ${token}` } : {}
1136
1136
  };
1137
- console.log("***************************************");
1138
- console.log({ headers });
1139
- console.log("***************************************");
1140
1137
  const res = await fetch(url, {
1141
1138
  method: "POST",
1142
1139
  headers,