Skip to content

Commit

Permalink
removed DEBUG statement
Browse files Browse the repository at this point in the history
  • Loading branch information
NSoiffer committed Nov 16, 2023
1 parent 3da1ae7 commit cace890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rules/Braille/UEB/UEB_Rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
match: "IsBracketed(., '(', ')') and *[2][self::m:mtable][count(*)=2 and count(*[1])=1] and contains(@intent, 'binomial(')"
replace:
- x: "*[1]"
- x: "DEBUG(*[2]/*[1]/*[1]/*[1])"
- x: "*[2]/*[1]/*[1]/*[1]"
- t: "⠰⠻"
- x: "*[2]/*[2]/*[1]/*[1]"
- x: "*[3]"
Expand Down

0 comments on commit cace890

Please sign in to comment.