Skip to content

Commit

Permalink
delete console.logs for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ksakiyama committed Sep 9, 2018
1 parent 4d6f9d7 commit a978956
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/helpers/withData.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a978956

Please sign in to comment.