From 3d7ebcf9bc5a63e1cc9a7d76310599d0b14247be Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Tue, 2 Dec 2025 17:42:36 -0700 Subject: [PATCH] drop one debug --- pttodoest/src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pttodoest/src/main.rs b/pttodoest/src/main.rs index c35ce1a..14cf911 100755 --- a/pttodoest/src/main.rs +++ b/pttodoest/src/main.rs @@ -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(), ); }