Skip to content

Commit 1c20fe1

Browse files
committed
remove dbg
1 parent 874a226 commit 1c20fe1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/language_server/lib/language_server/dialyzer.ex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,8 +557,6 @@ defmodule ElixirLS.LanguageServer.Dialyzer do
557557
end
558558

559559
defp to_diagnostics(warnings_map, warn_opts, warning_format, project_dir, deps_path) do
560-
dbg(deps_path)
561-
dbg(project_dir)
562560
tags_enabled = Analyzer.matching_tags(warn_opts)
563561

564562
for {_beam_file, warnings} <- warnings_map,

0 commit comments

Comments
 (0)