Skip to content

Commit 2785f3f

Browse files
authored
remove print
1 parent 79d7a90 commit 2785f3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: plugins/syntaxtest_dev.py

-1
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,6 @@ def __init__(self, region, scope, children=None):
535535

536536
@classmethod
537537
def build_forest(cls, tokens, *, trim_suffix=False):
538-
print(tokens)
539538
tokens = [
540539
(region, cls._split_scope(scope, trim_suffix=trim_suffix))
541540
for region, scope in tokens

0 commit comments

Comments
 (0)