Skip to content

Commit

Permalink
Remove debugging names info! call
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
blt committed Oct 2, 2024
1 parent fca2d8e commit 4b5e695
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lading/src/generator/file_gen/logrotate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,6 @@ impl Child {
names.push(pth);
}

info!("names: {names:?}");

Self {
names,
bytes_per_second,
Expand Down

0 comments on commit 4b5e695

Please sign in to comment.