Skip to content

Commit

Permalink
remove dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsamson committed May 4, 2024
1 parent 49881e9 commit c315950
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/elixir_sense/core/metadata_builder_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,6 @@ defmodule ElixirSense.Core.MetadataBuilderTest do
assert Map.keys(state.lines_to_env[1].versioned_vars) == []
assert [] = state |> get_line_vars(1)

dbg(Map.keys(state.lines_to_env))

assert Map.keys(state.lines_to_env[2].versioned_vars) == [{:abc, nil}]

assert [
Expand Down

0 comments on commit c315950

Please sign in to comment.