Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
leifg committed Mar 27, 2016
1 parent 81263ff commit ff2e623
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/formulon.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ export const parse = (formula, substitutions) => {

export const extract = (formula) => {
let ast = build(formula)
console.log(ast)
return arrayUnique(astExtract(ast))
}

0 comments on commit ff2e623

Please sign in to comment.