remove pry

This commit is contained in:
Maxim Filippov 2019-07-23 12:30:37 +03:00
parent 9570a5be40
commit 14ab2fd0f4
1 changed files with 0 additions and 2 deletions

View File

@ -120,8 +120,6 @@ defmodule Pleroma.Factory do
note = attrs[:note] || insert(:note, user: user)
published = attrs[:published] || DateTime.utc_now() |> DateTime.to_iso8601()
attrs = Map.drop(attrs, [:user, :note])
require IEx
IEx.pry()
data = %{
"id" => Pleroma.Web.ActivityPub.Utils.generate_activity_id(),