Skip to content

Commit 0ccf1f8

Browse files
committed
remove debugging
1 parent d541d27 commit 0ccf1f8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/ex_aws/auth.ex

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@ defmodule ExAws.Auth do
8383
signed_headers_list, "\n",
8484
payload
8585
] |> IO.iodata_to_binary
86-
|> fn x ->
87-
IO.puts(x)
88-
x
89-
end.()
9086
end
9187

9288
defp signing_key(service, datetime, config) do

0 commit comments

Comments
 (0)