From: Ruben Beltran del Rio Date: Sun, 16 Apr 2023 12:45:26 +0000 (+0200) Subject: Remove print X-Git-Tag: 1.0.0~4 X-Git-Url: https://git.r.bdr.sh/rbdr/page/commitdiff_plain/7235e9b1b7ad396e68d2657c58aeb1d9147047c4?ds=sidebyside Remove print --- 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);