Remove logging

Summary:
I added this logging in D16730426, to try and debug incremental analysis.

I don't need the logging anymore, so I'm taking it out. I don't this it's very useful for users.

Reviewed By: ezgicicek

Differential Revision: D16904498

fbshipit-source-id: 88b0f1cb5
master
Phoebe Nichols 5 years ago committed by Facebook Github Bot
parent d3056d3309
commit ad82124956

@ -43,9 +43,7 @@ let setup () =
|| Config.( || Config.(
continue_capture || infer_is_clang || infer_is_javac || reactive_mode continue_capture || infer_is_clang || infer_is_javac || reactive_mode
|| incremental_analysis) ) || incremental_analysis) )
then ( then ResultsDir.remove_results_dir () ;
L.progress "Cleaning results directory@." ;
ResultsDir.remove_results_dir () ) ;
ResultsDir.create_results_dir () ; ResultsDir.create_results_dir () ;
if if
CLOpt.is_originator && (not Config.continue_capture) CLOpt.is_originator && (not Config.continue_capture)

Loading…
Cancel
Save