We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b495ea6 commit cbd2e10Copy full SHA for cbd2e10
apps/whale-api/src/e2e.defid.module.ts
@@ -87,7 +87,6 @@ class DefidOceanApiClient {
87
}
88
89
async get (path: string): Promise<any> {
90
- console.log('path: ', path)
91
const res = await this.fetchTimeout(path, {
92
method: 'GET',
93
headers: {
0 commit comments