Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
yassinrais committed Nov 19, 2023
1 parent 651dbfa commit 9485fb1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/lib/clients/saferwall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,8 @@ export class SaferwallClient {

this.setAuthHeaders(init);

console.group('[REQUEST]:', endpoint);
console.time('TOTAL');
console.log('ARGS:', Object.keys(args).length);
console.log('METHOD:', init.method);

const response: any = await fetch(url, init);

console.timeEnd('TOTAL');
console.groupEnd();

if (!response.ok) {
throw response;
}
Expand Down

0 comments on commit 9485fb1

Please sign in to comment.