diff --git a/tools/tune.py b/tools/tune.py index 83978be8d..923e6c3c3 100644 --- a/tools/tune.py +++ b/tools/tune.py @@ -70,9 +70,6 @@ add_arg('specgram_type', str, args = parser.parse_args() -logging.basicConfig( - format='[%(levelname)s %(asctime)s %(filename)s:%(lineno)d] %(message)s') - def tune(): """Tune parameters alpha and beta incrementally.""" if not args.num_alphas >= 0: