From a97895697d97a4ccd8e4616708c723ad117a95f6 Mon Sep 17 00:00:00 2001 From: ksakiyama Date: Sun, 9 Sep 2018 10:38:57 +0900 Subject: [PATCH] delete console.logs for debug --- src/helpers/withData.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/helpers/withData.js b/src/helpers/withData.js index 100e1a3..fe7f943 100644 --- a/src/helpers/withData.js +++ b/src/helpers/withData.js @@ -66,9 +66,6 @@ export default (ComposedComponent) => { await getDataFromTree(app); - console.log("---------------------") - console.log("DEBUG") - console.log("---------------------") serverState = { apollo: { // Make sure to only include Apollo's data state data: apollo.cache.extract(), // Extract query data from the Apollo's store