cask --cache: Remove deprecation comment

This commit is contained in:
William Ma 2020-08-18 12:26:41 -04:00
parent b123fca227
commit 543f421702

View File

@ -18,9 +18,6 @@ module Cask
end
def run
# TODO: enable for next major/minor release
# odeprecated "brew cask --cache", "brew --cache --cask"
casks.each do |cask|
puts self.class.cached_location(cask)
end