Skip to content

Commit

Permalink
Remove verbose! from Filter#initialize. Fixes socketry#6.
Browse files Browse the repository at this point in the history
ioquatix committed Nov 18, 2019
1 parent 025139a commit 1646bfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/console/filter.rb
Original file line number Diff line number Diff line change
@@ -66,8 +66,6 @@ def initialize(output, verbose: true, level: self.class::DEFAULT_LEVEL, enabled:
if enabled
enabled.each{|name| enable(name)}
end

verbose!(verbose)
end

def with(level: @level, verbose: @verbose, **options)

0 comments on commit 1646bfe

Please sign in to comment.