Skip to content

Commit

Permalink
fix(origin): fix output
Browse files Browse the repository at this point in the history
Remove debug console.log statement
  • Loading branch information
drawnepicenter committed Jun 24, 2016
1 parent 9fd8065 commit b656aaf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cmds/wordnik_cmds/origin.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ exports.handler = (argv) => {
if (!error && response.statusCode === 200) {
const resp = response.body
const origin = resp[0]
console.log(origin)
parser.parseString(origin, (err, result) => {
const root = result.ety
const content = root._
Expand Down

0 comments on commit b656aaf

Please sign in to comment.