- remove debug line

This commit is contained in:
Anonymous275 2023-12-02 16:10:42 +00:00
parent b09c9f4c7a
commit 84111d36c1

View File

@ -230,7 +230,6 @@ void Launcher::StartProxy() {
} else {
res.set_content(to_string(cli_res.error()), "text/plain");
}
res.set_content(req.path, "text/plain");
});
ProxyPort = HTTPProxy.bind_to_any_port("0.0.0.0");