Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
ValekoZ committed Jan 12, 2024
1 parent 68036b2 commit 54c818b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gef.py
Original file line number Diff line number Diff line change
Expand Up @@ -11104,7 +11104,6 @@ def setup(self) -> bool:
# refresh gef to consider the binary
reset_all_caches()

print(self.file)
if self.file.exists():
gef.binary = Elf(self.lfile)

Expand Down

0 comments on commit 54c818b

Please sign in to comment.