mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-29 08:09:55 -04:00
Remove unused var.
This commit is contained in:
parent
a546472775
commit
5e5ef9cafd
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ class PostAnalyzer
|
|||
|
||||
# If we have any of the oneboxes in the cache, throw them in right away, don't
|
||||
# wait for the post processor.
|
||||
dirty = false
|
||||
result = Oneboxer.apply(cooked) do |url, elem|
|
||||
Oneboxer.invalidate(url) if args.last[:invalidate_oneboxes]
|
||||
Oneboxer.onebox url
|
||||
|
|
Loading…
Add table
Reference in a new issue