Remove Debugging Print

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-02-24 00:30:40 -05:00
parent 64a0fe4255
commit b4c5ce55e1
-1
View File
@@ -315,7 +315,6 @@ public struct Parser {
return Result.Error(parse_err)
}
print("current_scopes: \(current_scopes)")
// TODO: Now that scopes are involved, doing this out of order will not work!
guard !state_name_capture.isEmpty,
!transition_capture.isEmpty,