Skip to content

Commit ef79d6c

Browse files
committed
Remove console.log from fetch method
1 parent b1a6608 commit ef79d6c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ts/src/base/Exchange.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3119,7 +3119,6 @@ export default class Exchange {
31193119
// ! Usher Labs Addition: Modified to use an Axios-like override HTTP client if instantiated.
31203120
async fetch(url, method = 'GET', headers: any = undefined, body: any = undefined) {
31213121

3122-
console.log({url, method, headers, body});
31233122
// load node-http(s) modules only on first call
31243123
if (isNode) {
31253124
if (!this.nodeHttpModuleLoaded) {

0 commit comments

Comments
 (0)