From dc0a761c960d60f6e2789f257f4fc5c99991c369 Mon Sep 17 00:00:00 2001 From: Javier Feliz Date: Sat, 6 Sep 2025 00:46:36 -0400 Subject: [PATCH] Remove print --- waycast-plugins/src/projects.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/waycast-plugins/src/projects.rs b/waycast-plugins/src/projects.rs index 88a25c8..d615d05 100644 --- a/waycast-plugins/src/projects.rs +++ b/waycast-plugins/src/projects.rs @@ -31,8 +31,6 @@ impl LauncherListItem for ProjectEntry { String::from("vscode") }, execute: { - println!("Executing: {}", self.path.display()); - // Use xdg-open directly since it works properly with music files match Command::new("code").arg("-n").arg(&self.path).spawn() { Ok(_) => {