Update lib/jekyll-seo-tag/json_ld_drop.rb

Yep, let's remove these comments!

Co-authored-by: Ashwin Maroli <ashmaroli@users.noreply.github.com>
This commit is contained in:
Benji 2021-03-30 07:08:25 -04:00 committed by GitHub
parent ea5a3ef640
commit b14dac4515
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@ module Jekyll
graph = to_h.reject { |_k, v| v.nil? }
# assign publisher and remove it from the array
# (because I don't know the meta-programming involved in instantiating it)
publisher = graph["publisher"] || nil
graph.delete("publisher")