Fix a bunch of unused variable warnings

This commit is contained in:
Mark Felder 2018-05-04 20:59:01 +00:00
commit ab4aa5720a
10 changed files with 19 additions and 19 deletions

View file

@ -14,7 +14,7 @@ defmodule Pleroma.Web.XML do
if res == "", do: nil, else: res
catch
e ->
_e ->
Logger.debug("Couldn't find xpath #{xpath} in XML doc")
nil
end