Skip to content

Commit

Permalink
revert debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
lanasalameh1 committed Aug 6, 2024
1 parent 30eb878 commit de70257
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/powerpwn/copilot/loggers/file_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,3 @@ def read(self) -> None:
if line != "\n":
line = line.split("\n")[0]
print(line)


if __name__ == "__main__":
f = FileLogger("temp.txt")
# f.log("hi")
# f.log("bi")
f.read()

0 comments on commit de70257

Please sign in to comment.