[inferbo] Suppress trace print

Reviewed By: ezgicicek

Differential Revision: D19390878

fbshipit-source-id: 5f24b35da
master
Sungkeun Cho 5 years ago committed by Facebook Github Bot
parent e6069f3ef7
commit 322eee5bf7

@ -119,7 +119,7 @@ module Val = struct
F.fprintf fmt " (modeled_range:%a)" ModeledRange.pp range
in
let trace_pp fmt traces =
if Config.bo_debug >= 1 then F.fprintf fmt ", %a" TraceSet.pp traces
if Config.bo_debug >= 3 then F.fprintf fmt ", %a" TraceSet.pp traces
in
F.fprintf fmt "(%a%a%a%a, %a, %a%a)" Itv.pp x.itv itv_thresholds_pp x.itv_thresholds
itv_updated_by_pp x.itv_updated_by modeled_range_pp x.modeled_range PowLoc.pp x.powloc

Loading…
Cancel
Save