Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed Feb 17, 2024
1 parent 4ff3d09 commit d7b12a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir_sense/providers/docs.ex
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ defmodule ElixirSense.Providers.Docs do
def get_func_docs(mod, fun, arity)
when mod != nil and fun in @builtin_functions do
for {f, a} <- BuiltinFunctions.all(), f == fun, Introspection.matches_arity?(a, arity) do
spec = BuiltinFunctions.get_specs({f, a}) |> dbg
spec = BuiltinFunctions.get_specs({f, a})
args = BuiltinFunctions.get_args({f, a})
docs = BuiltinFunctions.get_docs({f, a})

Expand Down

0 comments on commit d7b12a1

Please sign in to comment.