DEV: Remove unused line.

This commit is contained in:
Guo Xiang Tan 2019-06-12 17:38:30 +08:00
parent 641521896c
commit f0846ea7cf
1 changed files with 0 additions and 1 deletions

View File

@ -89,7 +89,6 @@ module Jobs
end
# have we successfully downloaded that file?
if downloaded_urls[src].present?
url = downloaded_urls[src]
escaped_src = Regexp.escape(original_src)
replace_raw = ->(match, match_src, replacement, _index) {