Skip to content

Commit a0eec19

Browse files
committed
fix: remove debug lines
1 parent 9097962 commit a0eec19

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/common/atlas/client.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ export class ApiClient {
103103
},
104104
};
105105

106-
console.error(`Calling Atlas API: ${url.toString()}`);
107-
console.error(`with: ${JSON.stringify(opt)}`);
108106
const response = await fetch(url, opt);
109107

110108
if (!response.ok) {

0 commit comments

Comments
 (0)