Skip to content

Commit

Permalink
Remove a console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
lynn committed Aug 26, 2023
1 parent 402df85 commit 1de58e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ export function makePrefixLeaf([token]: [ToaqToken]) {
}

export function makePrefixP([prefix, verb]: [Tree, Tree]) {
console.log(prefix, verb);
return {
label: prefix.label + 'P',
left: prefix,
Expand Down

0 comments on commit 1de58e4

Please sign in to comment.