Skip to content

Commit f435535

Browse files
committed
Remove printing line data for security
1 parent 07c353e commit f435535

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/test_api.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ def test_excluded_string_in_lines(line1: str, line2) -> bool:
8989

9090
if existing_line != new_line:
9191
print("Existing data does not match new data on line " + str(idx + 1))
92-
print("Existing line: " + existing_line)
93-
print("New line: " + new_line)
94-
print("\n")
9592
exit(1)
9693

9794
print("Debug data matches existing debug file")

0 commit comments

Comments
 (0)