aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/lib/hbc/cli
diff options
context:
space:
mode:
authorMarkus Reiter2017-05-19 19:59:26 +0200
committerMarkus Reiter2017-05-22 02:51:16 +0200
commita44d4ce88b6fb3deea8dc41be662583941d5c96d (patch)
tree64729222f90fc00b6d6a0e7378dec005f9771444 /Library/Homebrew/cask/lib/hbc/cli
parent9e821863d0ed97254bbae314b97af18d2f09cdfa (diff)
downloadbrew-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.rb1
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