Remove the debugging IO.inspect
[akkoma] / lib / pleroma / web / xml / xml.ex
index 63d3302e05699b03e268b59d263feb04ddf66a1e..b3ccf4a55b072bf7834c1679473c1e5c36420aec 100644 (file)
@@ -25,7 +25,7 @@ defmodule Pleroma.Web.XML do
       {doc, _rest} =
         text
         |> :binary.bin_to_list()
-        |> :xmerl_scan.string()
+        |> :xmerl_scan.string(quiet: true)
 
       doc
     rescue