@quantcdn/quant-client 2.0.4 → 2.0.5

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.
@@ -99,8 +99,6 @@ class QuantClient {
99
99
  * The response object.
100
100
  */
101
101
  ping: () => __awaiter(this, void 0, void 0, function* () {
102
- console.log('ping');
103
- console.log(this._project);
104
102
  return yield this._project.get('ping');
105
103
  }),
106
104
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quantcdn/quant-client",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "Client library for API connectivity",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",