remove meaningless log info for users
This commit is contained in:
parent
c1b2b55c53
commit
49ddd9655d
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user