Remove obsolete comment

This commit is contained in:
B. Blechschmidt 2023-03-29 13:21:35 +02:00
parent 3c79fa6071
commit 0bfd3f2514

View file

@ -254,8 +254,6 @@ impl Setup {
true,
)?;
// If the proxy address is a private address, we assume that there already is a more
// specific route to that address than the default route.
let delete_proxy_route = self.route_proxy_address()?;
self.delete_proxy_route = delete_proxy_route;
ctrlc::set_handler(move || {