From 4b5e695ee68cac52d29674c2db5564dd762eb2c3 Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Tue, 1 Oct 2024 12:17:09 -0700 Subject: [PATCH] Remove debugging `names` info! call As it says on the tin, I no longer need this info! call and it just pollutes the logs without need at this point. Signed-off-by: Brian L. Troutwine --- lading/src/generator/file_gen/logrotate.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/lading/src/generator/file_gen/logrotate.rs b/lading/src/generator/file_gen/logrotate.rs index 35905c457..87d800933 100644 --- a/lading/src/generator/file_gen/logrotate.rs +++ b/lading/src/generator/file_gen/logrotate.rs @@ -241,8 +241,6 @@ impl Child { names.push(pth); } - info!("names: {names:?}"); - Self { names, bytes_per_second,