lib/picky/bundle.rb in picky-4.19.1 vs lib/picky/bundle.rb in picky-4.19.2
- old
+ new
@@ -143,11 +143,9 @@
end
end
# If a key format is set, use it, else forward to the category.
#
- # TODO Remove optimisation? @category.key_format
- #
def key_format
@key_format ||= @category.key_format
end
# Path and partial filename of a specific subindex.
\ No newline at end of file