remove some commented logging code

Reviewed By: jeremydubreil

Differential Revision: D3822731

fbshipit-source-id: b6f5849
master
Sam Blackshear 8 years ago committed by Facebook Github Bot 9
parent f2487513c5
commit 8ab9a6c714

@ -253,8 +253,6 @@ module Make
let post_str =
try
let state = M.find node_id inv_map in
(*L.stderr "post is %a@." I.A.pp state.post;
L.stderr "and with sparse pringer: %a@." pp_state state.post;*)
pp_to_string pp_state state.post
with Not_found -> "_|_" in
if inv_str <> post_str then

Loading…
Cancel
Save