Skip to content

Commit

Permalink
Removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
BrentBlanckaert committed Nov 29, 2024
1 parent bd29c46 commit f76bcd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tested/dsl/translate_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,6 @@ def _convert_testcase(testcase: YamlDict, context: DslContext) -> Testcase:
if "statement" in testcase and "return" in testcase:
testcase["expression"] = testcase.pop("statement")

print(f"testcase: {testcase}")
line_comment = ""
_validate_testcase_combinations(testcase)
if (expr_stmt := testcase.get("statement", testcase.get("expression"))) is not None:
Expand Down

0 comments on commit f76bcd7

Please sign in to comment.