fix: step duration equals to action sum

This commit is contained in:
lilong.129
2024-12-24 12:12:10 +08:00
parent 8c0b08d64b
commit d73750d6c6
3 changed files with 23 additions and 4 deletions

View File

@@ -781,7 +781,6 @@ func (dExt *DriverExt) DoAction(action MobileAction) (err error) {
CollectEndToEndDelay(dExt, action.GetOptions()...)
return nil
case ACTION_CallFunction:
log.Info().Interface("name", action.Params).Msg("call function")
fn := action.Fn
fn()
}