1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-06 02:41:11 +01:00

command/run: remove version/args logging.

This was moved to wa/framework/entrypoint.py but was kept here due to a
botched merge during a rebase.
This commit is contained in:
Sergei Trofimov 2018-05-09 15:38:13 +01:00 committed by Marc Bonnici
parent a34858672f
commit 32701e7783

View File

@ -88,9 +88,6 @@ class RunCommand(Command):
output = self.set_up_output_directory(config, args)
log.add_file(output.logfile)
self.logger.debug('Version: {}'.format(get_wa_version()))
self.logger.debug('Command Line: {}'.format(' '.join(sys.argv)))
disabled_augmentations = toggle_set([i != '~~' and "~{}".format(i) or i
for i in args.augmentations_to_disable])
config.jobs_config.disable_augmentations(disabled_augmentations)