mirror of https://github.com/alibaba/nacos.git
remove unnecessary comment (#13666)
This commit is contained in:
parent
64f1277b32
commit
5536ceb683
|
@ -47,7 +47,6 @@ public class DumpConfigHandler extends Subscriber<ConfigDumpEvent> {
|
|||
|
||||
//gray
|
||||
if (StringUtils.isNotBlank(event.getGrayName())) {
|
||||
//
|
||||
boolean result = false;
|
||||
if (!event.isRemove()) {
|
||||
result = ConfigCacheService.dumpGray(dataId, group, namespaceId, event.getGrayName(),
|
||||
|
|
Loading…
Reference in New Issue