Skip to content

Commit

Permalink
fix: Remove bins from show statistics default in -cf mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Nov 27, 2023
1 parent 234beb4 commit 6aea1b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/collectinfo_analyzer/show_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,6 @@ def __init__(self):
"Displays bin, set, service, and namespace statistics",
)
def _do_default(self, line):
self.do_bins(line[:])
self.do_sets(line[:])
self.do_service(line[:])
self.do_namespace(line[:])
Expand Down

0 comments on commit 6aea1b3

Please sign in to comment.