Skip to content

Commit

Permalink
Update src/main/java/com/amazon/ion/impl/macro/MacroEvaluator.kt
Browse files Browse the repository at this point in the history
Co-authored-by: Tyler Gregg <[email protected]>
  • Loading branch information
popematt and tgregg authored Oct 4, 2024
1 parent 315ef4e commit fb35dee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/amazon/ion/impl/macro/MacroEvaluator.kt
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ class MacroEvaluator {
var n = 0
readExpandedArgumentValues(expansionInfo, macroEvaluator) {
n++
println(n)
// If there's no max, then we'll only continue the expansion if we haven't yet reached the min
// If there is a max, then we'll continue the expansion until we reach the max
if (maxExclusive < 0) n < minInclusive else n < maxExclusive
Expand Down

0 comments on commit fb35dee

Please sign in to comment.