remove print debug
This commit is contained in:
parent
316ca90bb9
commit
21a150b4bb
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ let parse_record reader =
|
||||||
|
|
||||||
let parse_dns_packet data =
|
let parse_dns_packet data =
|
||||||
let rec create_list reader n fn acc =
|
let rec create_list reader n fn acc =
|
||||||
print_int n;
|
|
||||||
if n = 0
|
if n = 0
|
||||||
then reader, List.rev acc
|
then reader, List.rev acc
|
||||||
else (
|
else (
|
||||||
|
|
Reference in a new issue