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