fix: remove my debug error

This commit is contained in:
IAmTomahawkx
2026-05-06 18:03:27 -07:00
parent 1feec707c1
commit 7fb536cad4

View File

@@ -373,7 +373,6 @@ impl Request {
return Err(create_error!(InvalidOperation));
}
} else {
_ = tokio::net::lookup_host(&domain).await.unwrap();
return Err(create_error!(ProxyError));
}
}