Skip to content

Commit d2c333e

Browse files
committed
Remove errant logging
1 parent 436058c commit d2c333e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/networkRequest.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ export const networkRequest = async (
77
url: string,
88
): Promise<Record<string, unknown>> => {
99
const result = await retry(async () => {
10-
console.log(`Fetching ${url}`);
1110
const result = await fetch(url);
1211
const { status } = result;
1312

0 commit comments

Comments
 (0)