diff --git a/src/core/client/stream/test/comments/postLocalReply.spec.tsx b/src/core/client/stream/test/comments/postLocalReply.spec.tsx index be900f48b..e279b4fd5 100644 --- a/src/core/client/stream/test/comments/postLocalReply.spec.tsx +++ b/src/core/client/stream/test/comments/postLocalReply.spec.tsx @@ -62,7 +62,7 @@ beforeEach(() => { ({ testRenderer } = create({ // Set this to true, to see graphql responses. - logNetwork: true, + logNetwork: false, resolvers, initLocalState: localRecord => { localRecord.setValue(assetWithDeepestReplies.id, "assetID");