Remove unused --etherpad opt from list_weeks

Change I3cc38afd80eb41200c7269a3039e87f01156eaab switched this tool to
generate a yaml file for driving the release schedule page. That also
removed the ability to generate an etherpad formatted output, but the
option was not removed. This cleans up the unused option.

Change-Id: I2e1b8dcb92239e891ac27af8a503f901c835c808
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2018-08-06 16:35:48 -05:00
parent ebf4b80228
commit 3ccab7c6d0
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8

View File

@ -39,12 +39,6 @@ def add_cycle(name):
parser = argparse.ArgumentParser()
parser.add_argument(
'--etherpad',
default=False,
action='store_true',
help='output in etherpad format for building the release planning doc',
)
parser.add_argument(
'prefix_char',
help='single letter prefix for tags',