refactor: remove debug statement

This commit is contained in:
Jozef Steinhübl 2024-07-19 06:47:01 +02:00
parent 0370abe707
commit ed6b07ca4a
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

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