diff options
| author | Markus Reiter | 2017-05-19 19:59:26 +0200 |
|---|---|---|
| committer | Markus Reiter | 2017-05-22 02:51:16 +0200 |
| commit | a44d4ce88b6fb3deea8dc41be662583941d5c96d (patch) | |
| tree | 64729222f90fc00b6d6a0e7378dec005f9771444 /Library/Homebrew/cask/lib/hbc/cli | |
| parent | 9e821863d0ed97254bbae314b97af18d2f09cdfa (diff) | |
| download | brew-a44d4ce88b6fb3deea8dc41be662583941d5c96d.tar.bz2 | |
Remove Cask’s `CLI#debug?`.
Diffstat (limited to 'Library/Homebrew/cask/lib/hbc/cli')
| -rw-r--r-- | Library/Homebrew/cask/lib/hbc/cli/internal_dump.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/lib/hbc/cli/internal_dump.rb b/Library/Homebrew/cask/lib/hbc/cli/internal_dump.rb index 8017a32cf..94dd309bd 100644 --- a/Library/Homebrew/cask/lib/hbc/cli/internal_dump.rb +++ b/Library/Homebrew/cask/lib/hbc/cli/internal_dump.rb @@ -12,7 +12,6 @@ module Hbc end def self.dump_casks(*cask_tokens) - CLI.debug = true # Yuck. At the moment this is the only way to make dumps visible count = 0 cask_tokens.each do |cask_token| begin |
