mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
remove dbg
This commit is contained in:
committed by
Aiden McClelland
parent
43606d26e4
commit
78f6bbf7fe
@@ -97,7 +97,7 @@ impl ProxyController {
|
||||
Ok(uri) => *req.uri_mut() = uri,
|
||||
Err(e) => error!("Error rewriting uri: {}", e),
|
||||
}
|
||||
let addr = dbg!(req.uri().to_string());
|
||||
let addr = req.uri().to_string();
|
||||
|
||||
if is_upgrade_req(&req) {
|
||||
let upgraded_req = hyper::upgrade::on(&mut req);
|
||||
|
||||
Reference in New Issue
Block a user