Skip to content

Commit

Permalink
Remove inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
joshsmith committed Nov 11, 2016
1 parent 6fbdd60 commit 1ca494d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/stripe/card.ex
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ defmodule Stripe.Card do
to_create_body(owner_type, token)
|> Util.map_keys_to_atoms()

IO.inspect body

case Stripe.request(:post, endpoint, body, %{}, opts) do
{:ok, result} -> {:ok, Util.stripe_response_to_struct(%__MODULE__{}, result)}
{:error, error} -> {:error, error}
Expand Down

0 comments on commit 1ca494d

Please sign in to comment.