Skip to content

Commit

Permalink
rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed May 31, 2024
1 parent e2b678b commit 9010fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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,7 @@ class DefidOceanApiClient {
}

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

0 comments on commit 9010fe4

Please sign in to comment.