diff --git a/cli.js b/cli.js index 708abbd..7aa9c46 100755 --- a/cli.js +++ b/cli.js @@ -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