Skip to content

Commit

Permalink
Merge pull request #410 from hannesm/less-debug
Browse files Browse the repository at this point in the history
Ipv4.Fragments: remove debug message
  • Loading branch information
yomimono authored Jul 12, 2019
2 parents febc3fc + 15fb94d commit e4e1b43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ipv4/fragments.ml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ let max_number_of_fragments = 16
let max_duration = Duration.of_sec 10

let process cache ts (packet : Ipv4_packet.t) payload =
Log.debug (fun m -> m "process called with off %x" packet.off) ;
let add_trim key value cache =
let cache' = Cache.add key value cache in
Cache.trim cache'
Expand Down

0 comments on commit e4e1b43

Please sign in to comment.