Skip to content

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienHenon committed Apr 21, 2020
1 parent 1ddf91d commit d506984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/query_builders/sql_query_builder.ex
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ defmodule FIQLEx.QueryBuilders.SQLQueryBuilder do
{:ok, final_query}

{repo, model} ->
Ecto.Adapters.SQL.query(repo, final_query |> IO.inspect(label: "QUERY"), [])
|> IO.inspect(label: "RESPONSE")
Ecto.Adapters.SQL.query(repo, final_query, [])
|> load_into_model(repo, model)
end
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule FIQLEx.MixProject do
def project do
[
app: :fiqlex,
version: "0.1.3",
version: "0.1.4",
elixir: "~> 1.8",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit d506984

Please sign in to comment.