remove useless debug info
This commit is contained in:
parent
b504bc24cc
commit
0bc0d489d6
1 changed files with 1 additions and 1 deletions
|
|
@ -544,7 +544,7 @@ async fn check_pid(postfix: &str) {
|
|||
}
|
||||
}
|
||||
}
|
||||
hbb_common::allow_err!(std::fs::remove_file(&Config::ipc_path(postfix)));
|
||||
std::fs::remove_file(&Config::ipc_path(postfix));
|
||||
}
|
||||
|
||||
#[inline]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue