aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/xml/xml.ex
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2018-05-04 20:59:01 +0000
committerMark Felder <feld@feld.me>2018-05-04 20:59:01 +0000
commitab4aa5720aeac8541fbf99e6c98e7260cb19d41e (patch)
treea77d97ea65e39e68785d5c1dfd553bec6ec08074 /lib/pleroma/web/xml/xml.ex
parent11a1241d41a166714aca22afff6f540a11d642aa (diff)
downloadpleroma-ab4aa5720aeac8541fbf99e6c98e7260cb19d41e.tar.gz
Fix a bunch of unused variable warnings
Diffstat (limited to 'lib/pleroma/web/xml/xml.ex')
-rw-r--r--lib/pleroma/web/xml/xml.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/xml/xml.ex b/lib/pleroma/web/xml/xml.ex
index 8b609f695..36430a3fa 100644
--- a/lib/pleroma/web/xml/xml.ex
+++ b/lib/pleroma/web/xml/xml.ex
@@ -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