fix(region,compute): clean up redundant error checking

This commit is contained in:
xingyaodong
2021-10-13 12:05:21 +08:00
parent 1332c7de4f
commit 02381d439e
-3
View File
@@ -247,9 +247,6 @@ func init() {
if err != nil {
return err
}
if err != nil {
return err
}
printList(modulebase.JSON2ListResult(result), listFields)
} else {
taskNotify := options.BoolV(opts.TaskNotify)