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:
parent
b14c3d8868
commit
ba717bbcd1
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user