Skip to content

Commit

Permalink
tests: drop leftover debugging print
Browse files Browse the repository at this point in the history
Fixes: 4e83130 ("Introduce module and debug info finder APIs")
Signed-off-by: Omar Sandoval <[email protected]>
  • Loading branch information
osandov committed Dec 19, 2024
1 parent e6044c7 commit 5ee2dfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_symbol.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def elf_symbol_program(*modules):
module = prog.extra_module(f.name, create=True)[0]
module.address_range = (start, end)
module.try_file(f.name, force=True)
print(module.loaded_file_path)
return prog


Expand Down

0 comments on commit 5ee2dfd

Please sign in to comment.