From 9966d5a644212844b91274e0c0977e2d3879afb7 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Wed, 26 Sep 2018 17:49:01 -0600 Subject: [PATCH] fix: remove debug --- src/core/client/stream/test/comments/postLocalReply.spec.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");