drop one debug
parent
51f10b7944
commit
3d7ebcf9bc
|
|
@ -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(),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue