diff --git a/Sources/P4Parser/Parser.swift b/Sources/P4Parser/Parser.swift index a93d6a3..849ebcf 100644 --- a/Sources/P4Parser/Parser.swift +++ b/Sources/P4Parser/Parser.swift @@ -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,