Skip to content

Commit 3fd43f7

Browse files
committed
remove debug mark
1 parent 0685cf4 commit 3fd43f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cls/GraphQL/LexerContext.cls

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ Method GetToken() As Token
2626

2727
set Char = $Extract(..Source.Body, ..CurrentIndex)
2828

29-
if Char = "}" break
30-
3129
do ..ValidateCharacterCode(Char)
3230

3331
set Token = ..CheckForPunctuationTokens(Char)

0 commit comments

Comments
 (0)