diff --git a/src/message/question.rs b/src/message/question.rs index 8f5473b9..32d1d32a 100644 --- a/src/message/question.rs +++ b/src/message/question.rs @@ -76,7 +76,6 @@ impl Question { let (qname, bytes_without_name) = domain_name_result.unwrap(); - println!("{}", bytes_without_name.len()); if bytes_without_name.len() < 4 { return Err("Format Error"); }