mirror of
https://github.com/bkerler/edl.git
synced 2024-11-14 11:05:05 -05:00
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:
parent
8e179d84ae
commit
bd0d89224c
1 changed files with 1 additions and 2 deletions
|
@ -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"":
|
||||
|
|
Loading…
Reference in a new issue