Skip to content

Commit

Permalink
Remove extra inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanRublev committed Apr 29, 2024
1 parent b2a356c commit 098301c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/domo/type_ensurer_factory/resolver/fields.ex
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,6 @@ defmodule Domo.TypeEnsurerFactory.Resolver.Fields do
end

defp resolve_type(type, _module, precond, _env_preconds, {types, errs, deps}) do
IO.inspect("general case")
joint_type = {type, precond}
{[joint_type | types], errs, deps}
end
Expand Down

0 comments on commit 098301c

Please sign in to comment.