Skip to content

Commit ffd818d

Browse files
committed
update question.rs, remove print
1 parent 5e8fc09 commit ffd818d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/message/question.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ impl Question {
7676

7777
let (qname, bytes_without_name) = domain_name_result.unwrap();
7878

79-
println!("{}", bytes_without_name.len());
8079
if bytes_without_name.len() < 4 {
8180
return Err("Format Error");
8281
}

0 commit comments

Comments
 (0)