From 0fbf7faf85f792f3f22d1b4c185576cd4edccada Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Sun, 12 Dec 2021 17:26:06 +0000 Subject: [PATCH] Remove IO inspect --- lib/pleroma/search/elasticsearch.ex | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/pleroma/search/elasticsearch.ex b/lib/pleroma/search/elasticsearch.ex index f16ae58ce..af2e13e48 100644 --- a/lib/pleroma/search/elasticsearch.ex +++ b/lib/pleroma/search/elasticsearch.ex @@ -52,8 +52,6 @@ def search(%{assigns: %{user: user}} = _conn, %{q: query} = _params, _options) d } } - IO.inspect(q) - out = Pleroma.Elasticsearch.search_activities(q) with {:ok, raw_results} <- out do