Skip to content

Commit

Permalink
Remove crashing log line when using pypanda
Browse files Browse the repository at this point in the history
  • Loading branch information
rawsample committed Dec 1, 2023
1 parent 3197955 commit 5271aed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion avatar2/targets/qemu_target.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ def __init__(
self.avatar.output_directory,
self.name,
)
self.log.info("QEmuTarget using executable '%s'" % self.executable)

def assemble_cmd_line(self):
if isfile(self.executable + self._arch.qemu_name):
Expand Down

0 comments on commit 5271aed

Please sign in to comment.