mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 02:01:16 +00: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:
parent
a34858672f
commit
32701e7783
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user