Skip to content

Commit c7841e9

Browse files
author
mikatong
committed
update
1 parent db40866 commit c7841e9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tencentcloud/services/ccn/service_tencentcloud_ccn.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,13 +1281,6 @@ func (me *VpcService) DescribeVpcCcnRoutesById(ctx context.Context, ccnId string
12811281
}
12821282
log.Printf("[DEBUG]%s api[%s] success, request body [%s], response body [%s]\n", logId, request.GetAction(), request.ToJsonString(), response.ToJsonString())
12831283

1284-
for _, route := range response.Response.RouteSet {
1285-
if *route.RouteId == routeId {
1286-
ccnRoutes = route
1287-
return
1288-
}
1289-
}
1290-
12911284
return
12921285
}
12931286

0 commit comments

Comments
 (0)