1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-20 11:58:55 +00:00

instrument/delay: Remove breakpoint

This commit is contained in:
Marc Bonnici 2018-05-30 12:24:07 +01:00 committed by setrofim
parent b14c3d8868
commit ba717bbcd1

View File

@ -164,7 +164,6 @@ class DelayInstrument(Instrument):
@extremely_slow
def before_job(self, context):
import ipdb; ipdb.set_trace()
if self.fixed_between_specs and context.spec_changed:
msg = 'Waiting for {}s before starting new spec...'
self.logger.info(msg.format(self.fixed_between_specs))