change: remove unused code

This commit is contained in:
lilong.129
2024-11-21 19:16:37 +08:00
parent 979535a73b
commit 8aac2181be
2 changed files with 1 additions and 4 deletions

View File

@@ -1 +1 @@
v5.0.0+2411201735
v5.0.0+2411211916

View File

@@ -576,9 +576,6 @@ func (dExt *DriverExt) DoAction(action MobileAction) (err error) {
}()
switch action.Method {
case ACTION_LOG:
// TODO: stat action
log.Info().Str("action", action.Params.(string)).Msg("log uixt action")
case ACTION_AppInstall:
if appUrl, ok := action.Params.(string); ok {
if err = dExt.InstallByUrl(appUrl, WithRetryTimes(action.MaxRetryTimes)); err != nil {