From bd0d89224c5506d5b734cf994c312b46a78e7eea Mon Sep 17 00:00:00 2001 From: Christopher Lentocha Date: Tue, 25 Jun 2024 18:57:30 -0400 Subject: [PATCH] Remove the print command used during testing On "Fix footer command" commit Signed-off-by: Christopher Lentocha --- edlclient/Library/firehose_client.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/edlclient/Library/firehose_client.py b/edlclient/Library/firehose_client.py index 2200784..dab84b0 100644 --- a/edlclient/Library/firehose_client.py +++ b/edlclient/Library/firehose_client.py @@ -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"":