We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b9a799 commit b9b294cCopy full SHA for b9b294c
lib/turn_junebug_expressway_web/utils.ex
@@ -32,7 +32,7 @@ defmodule TurnJunebugExpresswayWeb.Utils do
32
33
def format_message(conn) do
34
{:ok, body} = Jason.decode(conn.private[:raw_body])
35
-
+ IO.puts("conn#{inspect(conn)}")
36
# IO.puts(">>> format message")
37
# # credo:disable-for-next-line
38
# IO.inspect(body)
0 commit comments