From 88843486f1e996a2690b00f615d2efc45d275b42 Mon Sep 17 00:00:00 2001 From: David Jay Date: Wed, 15 Feb 2017 13:21:34 -0500 Subject: [PATCH] Removing log statement. --- client/coral-framework/graphql/queries/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/coral-framework/graphql/queries/index.js b/client/coral-framework/graphql/queries/index.js index 83d5bfb76..09b3159d0 100644 --- a/client/coral-framework/graphql/queries/index.js +++ b/client/coral-framework/graphql/queries/index.js @@ -26,7 +26,6 @@ export const queryStream = graphql(STREAM_QUERY, { props: ({data}) => ({ data, loadMore: ({limit, cursor, parent_id, asset_id, sort}) => { - console.log('parent_id', parent_id); return data.fetchMore({ query: LOAD_MORE, variables: { @@ -37,7 +36,7 @@ export const queryStream = graphql(STREAM_QUERY, { sort }, updateQuery: (oldData, {fetchMoreResult:{data:{new_top_level_comments}}}) => - + // If loading more replies parent_id ? { ...oldData,