Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mceck committed Apr 12, 2024
1 parent 2792b91 commit 8fbc980
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/base-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export default class BaseService {
}

private async doFetch(relativeUrl: string, options?: any): Promise<any> {
console.log('fetching', BASE_API + relativeUrl, options);
const res = await fetch(BASE_API + relativeUrl, {
headers: {
Authorization: this.token,
Expand Down

0 comments on commit 8fbc980

Please sign in to comment.