mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 05:26:59 +00:00
fix: remove my debug error
This commit is contained in:
@@ -373,7 +373,6 @@ impl Request {
|
||||
return Err(create_error!(InvalidOperation));
|
||||
}
|
||||
} else {
|
||||
_ = tokio::net::lookup_host(&domain).await.unwrap();
|
||||
return Err(create_error!(ProxyError));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user