Skip to content

Commit a53cdcd

Browse files
author
Olli-Pekka Puolitaival
committed
Remove --extra-verbose-notifications because not in use anywhere
1 parent ed8d49d commit a53cdcd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tools/build.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,6 @@ def main():
126126
default=False,
127127
help="Silent diagnostic output (no copy, compile notification)")
128128

129-
parser.add_argument("-x", "--extra-verbose-notifications",
130-
action="store_true",
131-
dest="extra_verbose_notify",
132-
default=False,
133-
help="Makes compiler more verbose, CI friendly.")
134-
135129
parser.add_argument("--ignore", dest="ignore", type=argparse_many(str),
136130
default=None, help="Comma separated list of patterns to add to mbedignore (eg. ./main.cpp)")
137131

0 commit comments

Comments
 (0)