Fix a bunch of unused variable warnings
This commit is contained in:
parent
11a1241d41
commit
ab4aa5720a
10 changed files with 19 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue