Skip to content

Commit b7a1e1a

Browse files
aloukissasAndrewDryga
authored andcommitted
remove else clause
1 parent bd6144a commit b7a1e1a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/logger_json/formatters/datadog.ex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,6 @@ defmodule LoggerJSON.Formatters.Datadog do
270270
|> maybe_put(:stack, get_error_stack(msg))
271271

272272
%{error: error}
273-
else
274-
nil
275273
end
276274
end
277275

0 commit comments

Comments
 (0)