fix quoting of custom emoji
[akkoma] / lib / pleroma / web / activity_pub / object_validators / article_note_page_validator.ex
index 6beeca225d9de189d90c72ffaa05eeec1c0f52b8..e5aafbd654364a029a9d62e1f4237ba0846bcf0f 100644 (file)
@@ -6,10 +6,10 @@ defmodule Pleroma.Web.ActivityPub.ObjectValidators.ArticleNotePageValidator do
   use Ecto.Schema
 
   alias Pleroma.EctoType.ActivityPub.ObjectValidators
+  alias Pleroma.Object.Fetcher
   alias Pleroma.Web.ActivityPub.ObjectValidators.CommonFixes
   alias Pleroma.Web.ActivityPub.ObjectValidators.CommonValidations
   alias Pleroma.Web.ActivityPub.Transmogrifier
-  alias Pleroma.Object.Fetcher
 
   import Ecto.Changeset
 
@@ -73,7 +73,6 @@ defmodule Pleroma.Web.ActivityPub.ObjectValidators.ArticleNotePageValidator do
     else
       {:error, e} ->
         Logger.error("Could not fetch replies for #{first}")
-        IO.inspect(e)
         Map.put(data, "replies", [])
     end
   end