Skip to content

Commit ea84c0f

Browse files
author
synw
committed
Remove debug comments
1 parent 1f7d90e commit ea84c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/requests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default class QuidRequests {
7171
await this.checkTokens();
7272
try {
7373
if (method === "get") {
74-
console.log("GET", this.#accessToken, uri);
74+
//console.log("GET", this.#accessToken, uri);
7575
return await this.axios.get(uri);
7676
} else {
7777
//console.log("POST REQ", uri, payload)

0 commit comments

Comments
 (0)