Skip to content

Commit b37aa06

Browse files
committed
Remove console log
1 parent abfa4c6 commit b37aa06

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/ApiClient.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ export class ApiClient {
5858
});
5959
}
6060

61-
console.log('encodedBody', encodedBody);
62-
6361
try {
6462
const response = await fetch(`${this.apiConfig.baseUrl}${url}`, {
6563
signal,

0 commit comments

Comments
 (0)