Skip to content

Commit

Permalink
remove debugging println
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
  • Loading branch information
blt committed Nov 5, 2024
1 parent ba99188 commit 0206e72
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lading/src/generator/file_gen/logrotate_fs/model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -598,11 +598,6 @@ impl State {
// file is only rotated if it is linked, that is, it has a name in
// the filesystem.
if file.bytes_written < self.max_bytes_per_file {
println!(
"bytes_written {bytes_written} < max_bytes_per_file {max_bytes_per_file}",
bytes_written = file.bytes_written,
max_bytes_per_file = self.max_bytes_per_file
);
continue;
}
assert!(
Expand Down

0 comments on commit 0206e72

Please sign in to comment.