Skip to content

Commit 514cfbc

Browse files
committed
nit
1 parent dae6b3e commit 514cfbc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_local/e2e/test_complex_types.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ def _recursive_compare(self, actual, expected):
6363
actual_parsed = self._parse_to_common_type(actual)
6464
expected_parsed = self._parse_to_common_type(expected)
6565

66-
print("LINE 66")
67-
print(actual_parsed, expected_parsed)
68-
print(type(actual_parsed), type(expected_parsed))
6966
# Check if types are the same
7067
if type(actual_parsed) != type(expected_parsed):
7168
return False

0 commit comments

Comments
 (0)