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:54 -04:00 committed by GitHub
parent b14dac4515
commit 4cf27220cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -96,7 +96,6 @@ module Jekyll
"@graph" => [graph],
}
if publisher
# .push({"something" => blah}) === << {"something" => blah}
updated_graph["@graph"] << publisher
end