Skip to content

Commit a978956

Browse files
committed
delete console.logs for debug
1 parent 4d6f9d7 commit a978956

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/helpers/withData.js

-3
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ export default (ComposedComponent) => {
6666

6767
await getDataFromTree(app);
6868

69-
console.log("---------------------")
70-
console.log("DEBUG")
71-
console.log("---------------------")
7269
serverState = {
7370
apollo: { // Make sure to only include Apollo's data state
7471
data: apollo.cache.extract(), // Extract query data from the Apollo's store

0 commit comments

Comments
 (0)