Skip to content

Commit

Permalink
fix: remove IO.inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Oct 30, 2024
1 parent c72a165 commit 5322ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/splode.ex
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ defmodule Splode do
error
else
class
|> accumulate_bread_crumbs(opts[:bread_crumbs] |> IO.inspect())
|> accumulate_bread_crumbs(opts[:bread_crumbs])
end
end

Expand Down

0 comments on commit 5322ef7

Please sign in to comment.