DEV: Remove unused line.
This commit is contained in:
parent
641521896c
commit
f0846ea7cf
|
@ -89,7 +89,6 @@ module Jobs
|
||||||
end
|
end
|
||||||
# have we successfully downloaded that file?
|
# have we successfully downloaded that file?
|
||||||
if downloaded_urls[src].present?
|
if downloaded_urls[src].present?
|
||||||
url = downloaded_urls[src]
|
|
||||||
escaped_src = Regexp.escape(original_src)
|
escaped_src = Regexp.escape(original_src)
|
||||||
|
|
||||||
replace_raw = ->(match, match_src, replacement, _index) {
|
replace_raw = ->(match, match_src, replacement, _index) {
|
||||||
|
|
Loading…
Reference in New Issue