Skip to content

Commit

Permalink
checking conn
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew committed Aug 13, 2024
1 parent 2b9a799 commit b9b294c
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 b9b294c

Please sign in to comment.