]> git.r.bdr.sh - rbdr/page/commitdiff
Remove print
authorRuben Beltran del Rio <redacted>
Sun, 16 Apr 2023 12:45:26 +0000 (14:45 +0200)
committerRuben Beltran del Rio <redacted>
Sun, 16 Apr 2023 12:45:26 +0000 (14:45 +0200)
src/main.rs

index 9b823b0e9f822bc346a7866e5366bcba89db8027..fdfe8630e51c4989c7749568c8101148c53b5193 100644 (file)
@@ -25,8 +25,6 @@ fn main() -> Result<()> {
     };
     create_dir_all(&destination)?;
 
     };
     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);
     // Step 3. Load the layout
     let mut file_handler = FileHandler::default();
     file_handler.get_layout_or_panic(&files);