Skip to content

Commit

Permalink
remove a stray console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Sep 23, 2017
1 parent c85a632 commit f191707
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli.js
Expand Up @@ -22,7 +22,6 @@ const tagFilter = tags => word =>
const filterForTags = tags => response =>
tags
? Object.assign({}, response, {
x: console.log(tags),
words: response.words.filter(tagFilter(tags))
})
: response
Expand Down

0 comments on commit f191707

Please sign in to comment.