diff --git a/azalea-client/src/client.rs b/azalea-client/src/client.rs index c3eda3e7..b35b4fc6 100644 --- a/azalea-client/src/client.rs +++ b/azalea-client/src/client.rs @@ -584,8 +584,8 @@ impl Client { .replace_with_packet_data(&pos, &mut Cursor::new(&p.chunk_data.data)) .unwrap(); } - ClientboundGamePacket::LightUpdate(p) => { - debug!("Got light update packet {:?}", p); + ClientboundGamePacket::LightUpdate(_p) => { + // debug!("Got light update packet {:?}", p); } ClientboundGamePacket::AddEntity(p) => { debug!("Got add entity packet {:?}", p);