Skip to content

Commit

Permalink
Remove the print command used during testing
Browse files Browse the repository at this point in the history
On "Fix footer command" commit

Signed-off-by: Christopher Lentocha <[email protected]>
  • Loading branch information
CE1CECL committed Jun 25, 2024
1 parent 8e179d8 commit bd0d892
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions edlclient/Library/firehose_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -490,10 +490,9 @@ def handle_firehose(self, cmd, options):
if partition != pname:
continue
self.printer(f"Detected partition: {partition}")
print
data = self.firehose.cmd_read_buffer(lun,
guid_gpt.partentries[partition].sector +
((guid_gpt.partentries[partition].sectors) -
(guid_gpt.partentries[partition].sectors -
(0x4000 // self.firehose.cfg.SECTOR_SIZE_IN_BYTES)),
(0x4000 // self.firehose.cfg.SECTOR_SIZE_IN_BYTES), False)
if data == b"":
Expand Down

0 comments on commit bd0d892

Please sign in to comment.