Skip to content

Commit

Permalink
Merge pull request #39 from praekeltfoundation/checking_conn
Browse files Browse the repository at this point in the history
checking conn
  • Loading branch information
MatthewWeppenaar authored Aug 13, 2024
2 parents 2b9a799 + b9b294c commit ad61c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/turn_junebug_expressway_web/utils.ex
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ defmodule TurnJunebugExpresswayWeb.Utils do

def format_message(conn) do
{:ok, body} = Jason.decode(conn.private[:raw_body])

IO.puts("conn#{inspect(conn)}")
# IO.puts(">>> format message")
# # credo:disable-for-next-line
# IO.inspect(body)
Expand Down

0 comments on commit ad61c54

Please sign in to comment.