remove debug logging line

This commit is contained in:
Fabian Dill 2020-01-27 22:55:07 +01:00
parent d595894990
commit c26d799fc1
1 changed files with 1 additions and 1 deletions

View File

@ -101,8 +101,8 @@ def main():
# set up logger
loglevel = {'error': logging.ERROR, 'info': logging.INFO, 'warning': logging.WARNING, 'debug': logging.DEBUG}[erargs.loglevel]
logging.basicConfig(format='%(message)s', level=loglevel)
logging.info(erargs)
erargs.names = ",".join(erargs.name[i] for i in sorted(erargs.name.keys()))
ERmain(erargs, seed)
def get_weights(path):