Skip to content

Commit

Permalink
Remove previously committed debug logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregthelaw committed Sep 9, 2024
1 parent 9251644 commit ffd815c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/pytests/l3_dump_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ def test_unit_test_dump_log_entries():
, 'log-msg: Potential memory overwrite (addr=0xdeadbabe, size=1024)'
, 'log-msg: Invalid buffer handle (addr=0xbeefabcd), unused=0'
]
print(msg_list)
assert msg_list == exp_msg_list

exp_arg1_list = [ 1, 3, 10, int('0xdeadbabe', 16), int('0xbeefabcd', 16) ]
Expand All @@ -147,7 +146,6 @@ def test_unit_test_dump_log_entries():
# Unit-tests are currently not enabled to run with LOC_ENABLED env-var
assert verify_loc_field_is_empty(loc_list) is True

print(msg_list)
assert exp_msg_list == msg_list

exp_arg1_list = [ 1, 3, 10, int('0xdeadbabe', 16), int('0xbeefabcd', 16) ]
Expand Down

0 comments on commit ffd815c

Please sign in to comment.