remove useless debug info

This commit is contained in:
rustdesk 2022-12-09 19:12:49 +08:00
parent b504bc24cc
commit 0bc0d489d6

View File

@ -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] #[inline]