Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
atrimpe committed Mar 18, 2024
1 parent ca82a56 commit e729be1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tdrs-backend/tdpservice/parsers/test/test_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -1404,8 +1404,6 @@ def test_parse_t2_invalid_dob(t2_invalid_dob_file):

parser_errors = ParserError.objects.filter(file=t2_invalid_dob_file).order_by("pk")

print(f"{parser_errors}")

month_error = parser_errors[2]
year_error = parser_errors[1]
digits_error = parser_errors[0]
Expand Down

0 comments on commit e729be1

Please sign in to comment.