diff options
author | lain <lain@soykaf.club> | 2018-02-20 08:52:31 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2018-02-20 08:52:31 +0100 |
commit | 486e2058103fe02832dfb869d5725f643f8fca26 (patch) | |
tree | 8322849dd75057ff22637d9174e1bde83c0097c4 | |
parent | 9c899169692661a99ccb8a5e607b17788d3eec55 (diff) | |
download | pleroma-486e2058103fe02832dfb869d5725f643f8fca26.tar.gz |
Remove some noise.
-rw-r--r-- | lib/pleroma/web/mastodon_api/mastodon_socket.ex | 1 | ||||
-rw-r--r-- | lib/pleroma/web/mastodon_api/views/status_view.ex | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/pleroma/web/mastodon_api/mastodon_socket.ex b/lib/pleroma/web/mastodon_api/mastodon_socket.ex index fe71ea271..c3bae5935 100644 --- a/lib/pleroma/web/mastodon_api/mastodon_socket.ex +++ b/lib/pleroma/web/mastodon_api/mastodon_socket.ex @@ -25,7 +25,6 @@ defmodule Pleroma.Web.MastodonAPI.MastodonSocket do def id(_), do: nil def handle(:text, message, _state) do - IO.inspect message #| :ok #| state #| {:text, message} diff --git a/lib/pleroma/web/mastodon_api/views/status_view.ex b/lib/pleroma/web/mastodon_api/views/status_view.ex index b4ce735eb..4f395d0f7 100644 --- a/lib/pleroma/web/mastodon_api/views/status_view.ex +++ b/lib/pleroma/web/mastodon_api/views/status_view.ex @@ -122,7 +122,6 @@ defmodule Pleroma.Web.MastodonAPI.StatusView do end def render("attachment.json", %{attachment: attachment}) do - IO.inspect(attachment) [%{"mediaType" => media_type, "href" => href} | _] = attachment["url"] type = cond do |