mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-07 12:20:03 +03:00
remove useless debug info
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user