From: FloatingGhost Date: Sun, 12 Dec 2021 17:26:06 +0000 (+0000) Subject: Remove IO inspect X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=47833e31adf4484e18e5ad66dae54835f9891008;p=akkoma Remove IO inspect --- 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 @@ defmodule Pleroma.Search.Elasticsearch do } } - IO.inspect(q) - out = Pleroma.Elasticsearch.search_activities(q) with {:ok, raw_results} <- out do