diff --git a/src/runtime/src/analyzer.rs b/src/runtime/src/analyzer.rs index 44b153f9..1c8f4f0a 100644 --- a/src/runtime/src/analyzer.rs +++ b/src/runtime/src/analyzer.rs @@ -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 {