From 685855932a07f12f276c3937213593e3e2ec39c0 Mon Sep 17 00:00:00 2001 From: Johan Lorenzo Date: Fri, 10 Mar 2017 16:53:38 +0100 Subject: [PATCH] get_apk: Remove --clean feature --- mozapkpublisher/get_apk.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/mozapkpublisher/get_apk.py b/mozapkpublisher/get_apk.py index 8a3f0662..04e35881 100755 --- a/mozapkpublisher/get_apk.py +++ b/mozapkpublisher/get_apk.py @@ -33,8 +33,6 @@ def _init_parser(cls): ) exclusive_group = cls.parser.add_mutually_exclusive_group(required=True) - exclusive_group.add_argument('--clean', action='store_true', default=False, - help='Use this option to clean the download directory') exclusive_group.add_argument('--version', default=None, help='Specify version number to download (e.g. 23.0b7)') exclusive_group.add_argument('--latest-nightly', action='store_true', default=False, help='Download the latest nightly version')