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) } }