Skip to content

Commit

Permalink
fix(riot): removed a "skipping" I don't is needed (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilpriver committed Mar 1, 2024
1 parent 9d84608 commit e8ee898
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gluon/net.ml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ module Addr = struct
match ai_protocol with
| 6 -> Some (tcp (Unix.string_of_inet_addr addr) port)
| _ -> None)
| _ ->
Printf.printf "skipping\n%!";
None
| _ -> None

let get_info host service =
syscall @@ fun () ->
Expand Down

0 comments on commit e8ee898

Please sign in to comment.