Skip to content

Commit

Permalink
remove IO.inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Feb 9, 2024
1 parent 924fa98 commit 1c6e9fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/language_server/lib/language_server/server.ex
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,6 @@ defmodule ElixirLS.LanguageServer.Server do
)
when not is_initialized(server_instance_id) do
show_version_warnings()
IO.inspect(client_capabilities)

server_instance_id =
:crypto.strong_rand_bytes(32) |> Base.url_encode64() |> binary_part(0, 32)
Expand Down

0 comments on commit 1c6e9fc

Please sign in to comment.