remove spurious inspect call

This commit is contained in:
byte[] 2019-12-21 10:15:05 -05:00
parent 3ff1b1ad6e
commit 9272cccf01

View file

@ -20,7 +20,7 @@ defmodule PhilomenaWeb.PostController do
bool: %{
must: [query | filters(user)]
}
} |> IO.inspect(),
},
sort: %{created_at: :desc}
},
conn.assigns.pagination,