From cf6fb177a84c423fb2ee5a7f78727e1493d11df3 Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Wed, 4 Dec 2024 10:30:23 -0700 Subject: [PATCH] Remove console.dir in useSubscription test --- src/react/hooks/__tests__/useSubscription.test.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/react/hooks/__tests__/useSubscription.test.tsx b/src/react/hooks/__tests__/useSubscription.test.tsx index fc48d39e5d6..7807224ba8b 100644 --- a/src/react/hooks/__tests__/useSubscription.test.tsx +++ b/src/react/hooks/__tests__/useSubscription.test.tsx @@ -1269,7 +1269,6 @@ followed by new in-flight setup", async () => { link.simulateResult(graphQlErrorResult); { const snapshot = await takeSnapshot(); - console.dir({ graphQlErrorResult, snapshot }, { depth: 5 }); expect(snapshot).toStrictEqual({ loading: false, error: new ApolloError({