From 47833e31adf4484e18e5ad66dae54835f9891008 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 @@ defmodule Pleroma.Search.Elasticsearch do } } - IO.inspect(q) - out = Pleroma.Elasticsearch.search_activities(q) with {:ok, raw_results} <- out do