Skip to content

Commit

Permalink
Merge pull request #94 from peteruithoven/patch-1
Browse files Browse the repository at this point in the history
Removed past debug statement
  • Loading branch information
teameh committed May 3, 2016
2 parents 2a50296 + 93dd6c0 commit 2fea8cb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/reducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ function insert (history, state, limit) {
present
]

console.log('past:', JSON.stringify(newPast))

return {
past: newPast,
present: state,
Expand Down

0 comments on commit 2fea8cb

Please sign in to comment.