Skip to content
Snippets Groups Projects
Unverified Commit 3877a65a authored by Matt Traudt's avatar Matt Traudt Committed by GitHub
Browse files

Remove unneeded line

parent ff2219d2
Branches
Tags
No related merge requests found
......@@ -38,7 +38,6 @@ def print_regular(bws):
def main(args):
cont = get_controller(args)
cont.authenticate()
bws = []
bws = [ns.bandwidth for ns in cont.get_network_statuses()]
if args.quiet:
print_quiet(bws)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment