From e08891812843bbd732c98af1906fc843ac2712e9 Mon Sep 17 00:00:00 2001 From: William Ma <whoiswillma@gmail.com> Date: Tue, 18 Aug 2020 12:27:16 -0400 Subject: [PATCH] cask home: Remove deprecation comment --- Library/Homebrew/cask/cmd/home.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/Library/Homebrew/cask/cmd/home.rb b/Library/Homebrew/cask/cmd/home.rb index 690efd0145..22a32486ec 100644 --- a/Library/Homebrew/cask/cmd/home.rb +++ b/Library/Homebrew/cask/cmd/home.rb @@ -8,9 +8,6 @@ module Cask end def run - # TODO: enable for next major/minor release - # odeprecated "brew cask home", "brew home" - if casks.none? odebug "Opening project homepage" self.class.open_url "https://brew.sh/" -- GitLab