Skip to content

Commit a2b5b9c

Browse files
committed
Remove console log
1 parent 0219ef0 commit a2b5b9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/FetchClient.ts

-1
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,6 @@ export class FetchClient {
680680
? builtUrl
681681
: `${parsed.pathname}${parsed.search}`;
682682

683-
console.log(builtUrl, result);
684683
return { builtUrl: result, absoluteUrl: builtUrl };
685684
}
686685

0 commit comments

Comments
 (0)