🔇 remove this debugging thing
parent
6ba988c2c8
commit
33fe10ee27
|
@ -340,7 +340,6 @@ async fn handle_quic_connection (
|
|||
let ip_nickname = match remote_addr {
|
||||
SocketAddr::V4 (x) => {
|
||||
let ip = x.ip ().octets ();
|
||||
debug! ("{:?}", ip);
|
||||
|
||||
match config.ip_nicknames.get (&ip) {
|
||||
Some (nick) => nick.as_str (),
|
||||
|
|
Loading…
Reference in New Issue