Skip to content

Commit

Permalink
Removed debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
PieterOlivier committed Aug 28, 2024
1 parent 41ea6e8 commit 82c156d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ test bool abx() {

test bool axc() {
Tree t = parseS("a x c $", visualize=true);
iprintln(t);
println("after disambiguation:");
iprintln(defaultErrorDisambiguationFilter(t));
return getErrorText(findFirstError(t)) == "x c";
}

Expand Down

0 comments on commit 82c156d

Please sign in to comment.