Remove some noise.
authorlain <lain@soykaf.club>
Tue, 20 Feb 2018 07:52:31 +0000 (08:52 +0100)
committerlain <lain@soykaf.club>
Tue, 20 Feb 2018 07:52:31 +0000 (08:52 +0100)
lib/pleroma/web/mastodon_api/mastodon_socket.ex
lib/pleroma/web/mastodon_api/views/status_view.ex

index fe71ea271841ccec8d3ccf265d2dec5fb05e456f..c3bae59354688223c7e91175b72c9df712e147b1 100644 (file)
@@ -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}
index b4ce735eb6824c48943ea7a197061f43fa1d799b..4f395d0f7ab0ce9ad0a7e4aa6a9af33bfd098bb3 100644 (file)
@@ -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