Skip to content

Commit

Permalink
Remove debug line left over by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDryga authored May 21, 2024
1 parent 8fa1611 commit 3bd6470
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/logger_json/formatters/elastic_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,6 @@ defmodule LoggerJSON.Formatters.ElasticTest do
end)
|> decode_or_print_error()

Jason.encode_to_iodata!(log_entry, pretty: true) |> IO.puts()

assert %{
"message" => "runtime error",
"error.message" => "runtime error",
Expand Down

0 comments on commit 3bd6470

Please sign in to comment.