mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-12 10:51:27 +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]
|
#[inline]
|
||||||
|
|||||||
Reference in New Issue
Block a user