Skip to content

Commit

Permalink
removed print statement (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsinhaparseable authored Jun 6, 2024
1 parent 96984e2 commit 725420a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ impl ProxyHttp for LB {
.unwrap();

let peer = Box::new(HttpPeer::new(upstream, false, "".to_string()));
println!("Peer: {:?}", &peer);
Ok(peer)
}

Expand Down

0 comments on commit 725420a

Please sign in to comment.