From 6e75741aa328a478a0ecd79073b444cd37623eaf Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 16 Jul 2020 18:37:15 +0800 Subject: [PATCH] analyzer: remove debug print --- src/runtime/src/analyzer.rs | 1 - 1 file changed, 1 deletion(-) 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 {