From 7235e9b1b7ad396e68d2657c58aeb1d9147047c4 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 16 Apr 2023 14:45:26 +0200 Subject: Remove print --- src/main.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/main.rs b/src/main.rs index 9b823b0..fdfe863 100644 --- a/src/main.rs +++ b/src/main.rs @@ -25,8 +25,6 @@ fn main() -> Result<()> { }; create_dir_all(&destination)?; - println!("Found {} files", files.len()); - // Step 3. Load the layout let mut file_handler = FileHandler::default(); file_handler.get_layout_or_panic(&files); -- cgit