drop one debug

This commit is contained in:
Bel LaPointe
2025-12-02 17:42:36 -07:00
parent 51f10b7944
commit 3d7ebcf9bc

View File

@@ -34,8 +34,7 @@ fn main() {
for file in files.files.iter() { for file in files.files.iter() {
println!( println!(
"{} => {}", "{}",
file.file,
serde_yaml::to_string(&file.events().unwrap().snapshot().unwrap()).unwrap(), serde_yaml::to_string(&file.events().unwrap().snapshot().unwrap()).unwrap(),
); );
} }