Remove --extra-verbose-notifications because not in use anywhere

pull/11457/head
Olli-Pekka Puolitaival 2019-09-11 14:37:06 +03:00
parent ed8d49dfb5
commit a53cdcd188
1 changed files with 0 additions and 6 deletions

View File

@ -126,12 +126,6 @@ def main():
default=False,
help="Silent diagnostic output (no copy, compile notification)")
parser.add_argument("-x", "--extra-verbose-notifications",
action="store_true",
dest="extra_verbose_notify",
default=False,
help="Makes compiler more verbose, CI friendly.")
parser.add_argument("--ignore", dest="ignore", type=argparse_many(str),
default=None, help="Comma separated list of patterns to add to mbedignore (eg. ./main.cpp)")