Skip to content

Commit

Permalink
rm log path
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed May 4, 2024
1 parent b495ea6 commit cbd2e10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/whale-api/src/e2e.defid.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ class DefidOceanApiClient {
}

async get (path: string): Promise<any> {
console.log('path: ', path)
const res = await this.fetchTimeout(path, {
method: 'GET',
headers: {
Expand Down

0 comments on commit cbd2e10

Please sign in to comment.