mirror of
https://github.com/sloanelybutsurely/typeid-elixir.git
synced 2024-11-28 01:42:54 -05:00
remove IO.inspect
This commit is contained in:
parent
262f47cd6c
commit
b5095ed0e7
1 changed files with 0 additions and 2 deletions
|
@ -122,7 +122,6 @@ if Code.ensure_loaded?(Ecto.ParameterizedType) do
|
|||
end
|
||||
|
||||
defp validate_opts!(opts) do
|
||||
IO.inspect(opts)
|
||||
primary_key = Keyword.get(opts, :primary_key, false)
|
||||
schema = Keyword.fetch!(opts, :schema)
|
||||
field = Keyword.fetch!(opts, :field)
|
||||
|
@ -138,7 +137,6 @@ if Code.ensure_loaded?(Ecto.ParameterizedType) do
|
|||
else
|
||||
%{schema: schema, field: field, type: type, prefix: prefix}
|
||||
end
|
||||
|> IO.inspect()
|
||||
end
|
||||
|
||||
defp find_prefix(%{prefix: prefix}) when not is_nil(prefix), do: prefix
|
||||
|
|
Loading…
Reference in a new issue