Skip to content

Commit

Permalink
remove unused log
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed May 2, 2024
1 parent ff2f518 commit afbf1ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ocaml-lsp-server/src/merlin_config.ml
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,6 @@ module DB = struct
let get t uri = create t uri

let create () =
Log.log ~section:"server" (fun () -> Log.msg "creating DB" []);
{ running = Table.create (module String) 0; pool = Fiber.Pool.create () }

let run t = Fiber.Pool.run t.pool
Expand Down

0 comments on commit afbf1ba

Please sign in to comment.