mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-22 06:01:06 +01:00
refactor: remove debug statement
This commit is contained in:
parent
0370abe707
commit
ed6b07ca4a
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ impl DiscordPresenceExtension {
|
||||||
}
|
}
|
||||||
|
|
||||||
self.cached_binary_path = Some(binary_path.clone());
|
self.cached_binary_path = Some(binary_path.clone());
|
||||||
println!("cached binary path {:?}", self.cached_binary_path);
|
|
||||||
Ok(binary_path)
|
Ok(binary_path)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue