Skip to content

Commit

Permalink
Remove recipe cache clearing testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Mar 19, 2024
1 parent c68853b commit efdad6f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jekyll_plugins/RecipeTag.rb
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,6 @@ def to_s
class RecipeTag < Liquid::Tag
def self.cache
@cache ||= Jekyll::Cache.new("Ladysnake::RecipeTag")
@cache.clear
@cache
end

def cache
Expand Down

0 comments on commit efdad6f

Please sign in to comment.