Skip to content

Commit

Permalink
inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuLegault1 committed Jan 17, 2024
1 parent e7facbf commit aef139b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/plug_image_processing/middlewares/signature_key.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ defmodule PlugImageProcessing.Middlewares.SignatureKey do
|> Map.drop(["sign"])
|> URI.encode_query()

IO.inspect(url_path <> url_query)

Base.url_encode64(:crypto.mac(:hmac, :sha256, config.url_signature_key, url_path <> url_query))
end

Expand Down

0 comments on commit aef139b

Please sign in to comment.