mirror of
https://github.com/speyejack/smo-multi-rs.git
synced 2025-10-05 23:52:48 +02:00
Remove buffer into printing
This commit is contained in:
@@ -36,7 +36,6 @@ impl Connection {
|
||||
|
||||
buf.set_position(0);
|
||||
|
||||
tracing::info!("Buff: {:?}", &self.buff[..]);
|
||||
let packet = Packet::decode(&mut buf)?;
|
||||
self.buff.advance(len);
|
||||
|
||||
|
Reference in New Issue
Block a user