remove meaningless log info for users

This commit is contained in:
rustdesk 2023-05-13 19:52:28 +08:00
parent c1b2b55c53
commit 49ddd9655d

View File

@ -1717,7 +1717,6 @@ impl LoginConfigHandler {
self.force_relay = false; self.force_relay = false;
if direct && !received { if direct && !received {
let errno = errno::errno().0; let errno = errno::errno().0;
log::info!("errno is {}", errno);
// TODO: check mac and ios // TODO: check mac and ios
if cfg!(windows) && errno == 10054 || !cfg!(windows) && errno == 104 { if cfg!(windows) && errno == 10054 || !cfg!(windows) && errno == 104 {
self.force_relay = true; self.force_relay = true;