Skip to content

Commit df7073c

Browse files
committed
Remove unnecessary console.warn
1 parent fdd8195 commit df7073c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/stack-shared/src/interface/clientInterface.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ export class StackClientInterface {
299299
} catch (e) {
300300
if (e instanceof TypeError) {
301301
// Network error, retry
302-
console.warn(`Stack detected a network error while fetching ${url}, retrying.`, e, { url });
303302
return Result.error(e);
304303
}
305304
throw e;

0 commit comments

Comments
 (0)