From 12a141a00f1647310e2dd03dfe6c7adbc25d9011 Mon Sep 17 00:00:00 2001 From: z-bowen Date: Wed, 8 Aug 2018 14:35:30 +0200 Subject: [PATCH] Problem: Had some arguments for the `show` command, which won't be implemented until the next PR Solution: Removed them --- bigchaindb/commands/bigchaindb.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bigchaindb/commands/bigchaindb.py b/bigchaindb/commands/bigchaindb.py index f507ace2..6531aff1 100644 --- a/bigchaindb/commands/bigchaindb.py +++ b/bigchaindb/commands/bigchaindb.py @@ -247,11 +247,6 @@ def create_parser(): dest='sk', help='Path to the private key of the election initiator.') - show_election_subparser = validator_subparser.add_parser('show', - help='Show election information.') - - show_election_subparser.add_argument('election_id') - # parsers for showing/exporting config values subparsers.add_parser('show-config', help='Show the current configuration')