diff --git a/lib/service/global_search/search_mobilizon.ex b/lib/service/global_search/search_mobilizon.ex index 8850f790c..8cd8fe00c 100644 --- a/lib/service/global_search/search_mobilizon.ex +++ b/lib/service/global_search/search_mobilizon.ex @@ -32,7 +32,7 @@ defmodule Mobilizon.Service.GlobalSearch.SearchMobilizon do """ @spec search_events(keyword()) :: Page.t(EventResult.t()) def search_events(options \\ []) do - Logger.debug("Search events options, #{inspect(Keyword.keys(options))}") + Logger.debug("Search events options, #{inspect(Keyword.delete(options, :current_user))}") options = options