We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6f9d7 commit a978956Copy full SHA for a978956
src/helpers/withData.js
@@ -66,9 +66,6 @@ export default (ComposedComponent) => {
66
67
await getDataFromTree(app);
68
69
- console.log("---------------------")
70
- console.log("DEBUG")
71
72
serverState = {
73
apollo: { // Make sure to only include Apollo's data state
74
data: apollo.cache.extract(), // Extract query data from the Apollo's store
0 commit comments