Skip to content

Commit b5588b2

Browse files
committed
Remove test print.
1 parent f4f54f9 commit b5588b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Scripts/o2_linter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,6 @@ def test_line(self, line: str) -> bool:
536536
for match in matches:
537537
n_quotes_before = line.count('"', 0, match[0]) # Count quotation marks before the match.
538538
if not n_quotes_before % 2: # If even, we are not inside a string and this match is valid.
539-
print(match[1])
540539
return False
541540
return True
542541

0 commit comments

Comments
 (0)