Aias00 commented on code in PR #5964:
URL: https://github.com/apache/shenyu/pull/5964#discussion_r2004737926


##########
shenyu-admin/src/main/java/org/apache/shenyu/admin/service/impl/NamespaceServiceImpl.java:
##########
@@ -161,10 +160,6 @@ public String delete(final List<String> ids) {
         if (CollectionUtils.isNotEmpty(appPathDOList)) {
             throw new ShenyuAdminException("appPath exist under those 
namespace!");
         }
-        List<DiscoveryDO> discoveryDOList = 
discoveryMapper.selectAllByNamespaceIds(namespaceIdList);

Review Comment:
   why delete?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to