triangle-utils 1.4.62 → 1.4.63

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.
@@ -15,7 +15,6 @@ export class UtilsBee {
15
15
  url: url,
16
16
  params: params
17
17
  });
18
- console.log(response.data);
19
18
  if (response.data instanceof Buffer) {
20
19
  return response.data;
21
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "triangle-utils",
3
- "version": "1.4.62",
3
+ "version": "1.4.63",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "directories": {
package/src/UtilsBee.ts CHANGED
@@ -19,7 +19,6 @@ export class UtilsBee {
19
19
  url : url,
20
20
  params : params
21
21
  })
22
- console.log(response.data)
23
22
  if (response.data instanceof Buffer) {
24
23
  return response.data
25
24
  }