Remove the print command used during testing

On "Fix footer command" commit

Signed-off-by: Christopher Lentocha <christopherericlentocha@gmail.com>
This commit is contained in:
Christopher Lentocha 2024-06-25 18:57:30 -04:00
parent 8e179d84ae
commit bd0d89224c

View file

@ -490,10 +490,9 @@ class firehose_client(metaclass=LogBase):
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"":