mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(rust): remove double logger setup (#9127)
I thought I had fixed this in #9111 but while rebasing, I must have deleted the wrong line so the logger now gets initialised twice.
This commit is contained in:
@@ -85,7 +85,6 @@ impl Server {
|
||||
}
|
||||
|
||||
pub async fn open(url: &url::Url) -> Result<()> {
|
||||
crate::logging::setup_stdout()?;
|
||||
let path = sock_path()?;
|
||||
let mut stream = UnixStream::connect(&path).await?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user