Skip to content

Commit

Permalink
Remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
stooit committed Nov 30, 2024
1 parent 62cad86 commit 48e944a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quantcdn/quant-client",
"version": "2.0.4",
"version": "2.0.5",
"description": "Client library for API connectivity",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
2 changes: 0 additions & 2 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ export class QuantClient {
* The response object.
*/
ping: async (): Promise<any> => {
console.log('ping')
console.log(this._project)
return await this._project.get('ping')
},

Expand Down

0 comments on commit 48e944a

Please sign in to comment.