fix: remove debug

This commit is contained in:
Wyatt Johnson
2018-09-26 17:49:01 -06:00
parent bc447dbde0
commit 9966d5a644
@@ -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");