From 6348c49f3c1a383d5e3a6c7e131baf7622e40ead Mon Sep 17 00:00:00 2001 From: Yibing Liu Date: Fri, 12 Jan 2018 22:50:19 +0800 Subject: [PATCH] Remove redundant lines in tune.py --- tools/tune.py | 3 --- 1 file changed, 3 deletions(-) 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: