Remove further IO.inspects
This commit is contained in:
parent
abf97a54ed
commit
05ad2a758e
3 changed files with 1 additions and 3 deletions
|
@ -222,7 +222,6 @@ def update_credentials(%{assigns: %{user: user}, body_params: params} = conn, _p
|
||||||
|> Maps.put_if_present(:language, Pleroma.Web.Gettext.normalize_locale(params[:language]))
|
|> Maps.put_if_present(:language, Pleroma.Web.Gettext.normalize_locale(params[:language]))
|
||||||
|> Maps.put_if_present(:status_ttl_days, params[:status_ttl_days], status_ttl_days_value)
|
|> Maps.put_if_present(:status_ttl_days, params[:status_ttl_days], status_ttl_days_value)
|
||||||
|
|
||||||
IO.inspect(user_params)
|
|
||||||
# What happens here:
|
# What happens here:
|
||||||
#
|
#
|
||||||
# We want to update the user through the pipeline, but the ActivityPub
|
# We want to update the user through the pipeline, but the ActivityPub
|
||||||
|
|
|
@ -2,8 +2,6 @@ defmodule Pleroma.Activity.PrunerTest do
|
||||||
use Pleroma.DataCase, async: true
|
use Pleroma.DataCase, async: true
|
||||||
|
|
||||||
alias Pleroma.Activity
|
alias Pleroma.Activity
|
||||||
alias Pleroma.Object
|
|
||||||
alias Pleroma.Repo
|
|
||||||
alias Pleroma.Activity.Pruner
|
alias Pleroma.Activity.Pruner
|
||||||
|
|
||||||
import Pleroma.Factory
|
import Pleroma.Factory
|
||||||
|
|
|
@ -2,6 +2,7 @@ defmodule Pleroma.Object.PrunerTest do
|
||||||
use Pleroma.DataCase, async: true
|
use Pleroma.DataCase, async: true
|
||||||
|
|
||||||
alias Pleroma.Delivery
|
alias Pleroma.Delivery
|
||||||
|
alias Pleroma.Object
|
||||||
alias Pleroma.Object.Pruner
|
alias Pleroma.Object.Pruner
|
||||||
|
|
||||||
import Pleroma.Factory
|
import Pleroma.Factory
|
||||||
|
|
Loading…
Reference in a new issue