drop one debug

master
Bel LaPointe 2025-12-02 17:42:36 -07:00
parent 51f10b7944
commit 3d7ebcf9bc
1 changed files with 1 additions and 2 deletions

View File

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