From 9b47606ab94611587218bbc19420ed4705e2ff56 Mon Sep 17 00:00:00 2001 From: Andy Ragusa Date: Tue, 6 Feb 2024 12:07:11 -0800 Subject: [PATCH] blah --- CLAM-2256/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAM-2256/src/main.rs b/CLAM-2256/src/main.rs index e3d7dc583e..74750338f4 100644 --- a/CLAM-2256/src/main.rs +++ b/CLAM-2256/src/main.rs @@ -413,7 +413,7 @@ impl AlzLocalFileHeader { println!(""); */ -println!("TODO: Figure out how to not write the beginning of 'contents' without doing a copy"); +//println!("TODO: Figure out how to not write the beginning of 'contents' without doing a copy"); let _ = self.write_file(out_dir, &mut contents); println!("TODO: put a note in the metadata.json file that this file is incomplete/not decrypted");