analyzer: remove debug print

core0-buffer
Sebastien Bourdeauducq 2020-07-16 18:37:15 +08:00
parent 763c314806
commit 6e75741aa3
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ async fn handle_connection(stream: &mut TcpStream) -> Result<(), Error> {
dds_onehot_sel: true // kept for backward compatibility of analyzer dumps
};
debug!("{:?}", header);
debug!("{:?}", &data[..256]);
write_header(stream, &header).await?;
if wraparound {