Skip to content

Commit 445f02a

Browse files
authored
Merge pull request #164 from JupiterOne/Triage-4664/RemoveLogging
Remove errant logging
2 parents 436058c + d2c333e commit 445f02a

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)