Skip to content

Commit 021526c

Browse files
committed
cleanup
1 parent 024e56c commit 021526c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/language_server/test/providers/execute_command/llm_type_info_test.exs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ defmodule ElixirLS.LanguageServer.Providers.ExecuteCommand.LlmTypeInfoTest do
8484

8585
assert {:ok, result} = LlmTypeInfo.execute([module_name], %{})
8686

87-
dbg(result)
88-
8987
assert result.module == "GenServer"
9088

9189
# Check types
@@ -107,8 +105,6 @@ defmodule ElixirLS.LanguageServer.Providers.ExecuteCommand.LlmTypeInfoTest do
107105

108106
assert {:ok, result} = LlmTypeInfo.execute([module_name], %{})
109107

110-
dbg(result)
111-
112108
assert result.module == "ElixirLS.Test.WithTypes"
113109

114110
# Check types

0 commit comments

Comments
 (0)