Skip to content

Commit 34f994f

Browse files
committed
Remove IO.inspect
1 parent c554291 commit 34f994f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/image.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1304,7 +1304,7 @@ defmodule Image do
13041304
fn ->
13051305
case Req.get(url, into: :self) do
13061306
{:ok, resp} -> resp
1307-
other -> IO.inspect(other)
1307+
other -> other
13081308
end
13091309
end,
13101310
fn

0 commit comments

Comments
 (0)