🔇 remove this debugging thing

main
(on company time) 2022-12-16 16:19:50 -06:00
parent 6ba988c2c8
commit 33fe10ee27
1 changed files with 0 additions and 1 deletions

View File

@ -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 (),