diff options
author | Adrian Lane <adrian.lane@canonical.com> | 2021-03-03 18:29:47 -0800 |
---|---|---|
committer | Adrian Lane <adrian.lane@canonical.com> | 2021-03-03 18:29:47 -0800 |
commit | 9fa92cce7d6b6d00a6c188859589d4ccd6b73079 (patch) | |
tree | c1628e903e892f64acf0f397e40381d1ea6184ad | |
parent | f082e2797f109d06ae4b88f965d375865f3bcc40 (diff) |
Remove verbose mode addition.
-rwxr-xr-x | bin/cpufreq_test.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/cpufreq_test.py b/bin/cpufreq_test.py index 3d21886..7523f2e 100755 --- a/bin/cpufreq_test.py +++ b/bin/cpufreq_test.py @@ -731,7 +731,6 @@ def parse_arg_logging(): parser_mutex_grp = parser.add_mutually_exclusive_group() parser_mutex_grp.add_argument( '-d', '-D', '--debug', - '-v', '-V', '--verbose', dest='log_level', action='store_const', const=logging.DEBUG, |