From ed6b07ca4ac55fff795a968e46e426fa11f71396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Fri, 19 Jul 2024 06:47:01 +0200 Subject: [PATCH] refactor: remove debug statement --- src/discord_presence.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/discord_presence.rs b/src/discord_presence.rs index aa9bd75..be3fe88 100644 --- a/src/discord_presence.rs +++ b/src/discord_presence.rs @@ -95,7 +95,6 @@ impl DiscordPresenceExtension { } self.cached_binary_path = Some(binary_path.clone()); - println!("cached binary path {:?}", self.cached_binary_path); Ok(binary_path) } }