forked from M-Labs/artiq-zynq
analyzer: remove debug print
This commit is contained in:
parent
763c314806
commit
6e75741aa3
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue