mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-02-25 18:55:38 -06:00
cleanup a bit
This commit is contained in:
committed by
Christien Rioux
parent
eecbb14774
commit
bdb64a96ea
@@ -143,12 +143,6 @@ impl ClientApi {
|
||||
// Wait for all connections to terminate
|
||||
awg.wait().await;
|
||||
|
||||
// Clean up IPC path
|
||||
if let Err(e) = std::fs::remove_file(&ipc_path) {
|
||||
warn!("Unable to remove IPC socket: {}", e);
|
||||
return Err(e);
|
||||
}
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user