Skip to content

Commit

Permalink
[flow][EZ] Get rid of double logging of "Loading libraries"
Browse files Browse the repository at this point in the history
Summary:
The same thing will be logged inside `init_with_initial_state` below.

Changelog: [internal]

Reviewed By: jbrown215

Differential Revision: D69666736

fbshipit-source-id: 737c03b6416784de7158ed4a9de6086aaa409c79
  • Loading branch information
SamChou19815 authored and facebook-github-bot committed Feb 14, 2025
1 parent 365badd commit 13ba572
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/services/inference/types_js.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2068,9 +2068,6 @@ let init_from_saved_state ~profiling ~workers ~saved_state ~updates ?env options

if verify then assert_valid_hashes updates invalid_hashes;

Hh_logger.info "Loading libraries";
MonitorRPC.status_update ~event:ServerStatus.Load_libraries_start;

let ordered_libs = List.rev_append (List.rev ordered_flowlib_libs) ordered_non_flowlib_libs in
let%lwt (env, libs_ok) =
init_with_initial_state
Expand Down

0 comments on commit 13ba572

Please sign in to comment.