mirror of
https://github.com/c-cube/linol.git
synced 2025-12-06 03:05:31 -05:00
diable debug msg that sometimes fails
This commit is contained in:
parent
8ec409dda0
commit
995d0defa2
1 changed files with 0 additions and 4 deletions
|
|
@ -342,10 +342,6 @@ module Make(IO : IO) = struct
|
||||||
~notify_back (n:Lsp.Client_notification.t) : unit IO.t =
|
~notify_back (n:Lsp.Client_notification.t) : unit IO.t =
|
||||||
let open Lsp.Types in
|
let open Lsp.Types in
|
||||||
|
|
||||||
Log.debug
|
|
||||||
(fun k->k "handle notification: %a" Yojson.Safe.pp
|
|
||||||
(Lsp.Client_notification.to_jsonrpc n |> Jsonrpc.Message.yojson_of_notification));
|
|
||||||
|
|
||||||
begin match n with
|
begin match n with
|
||||||
| Lsp.Client_notification.TextDocumentDidOpen
|
| Lsp.Client_notification.TextDocumentDidOpen
|
||||||
{DidOpenTextDocumentParams.textDocument=doc} ->
|
{DidOpenTextDocumentParams.textDocument=doc} ->
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue