Skip to content

Commit

Permalink
update question.rs, remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
Ephyy committed Dec 20, 2023
1 parent 5e8fc09 commit ffd818d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/message/question.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down

0 comments on commit ffd818d

Please sign in to comment.