Skip to content

Commit c491296

Browse files
authored
[ISSUE #242] Remove useless variable (#243)
1 parent 4ee007d commit c491296

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

proxy/src/main/java/io/openmessaging/storage/dledger/proxy/ConfigManager.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030

3131
public class ConfigManager {
3232

33-
private static final Logger LOGGER = LoggerFactory.getLogger(ConfigManager.class);
34-
3533
//groupId#selfId -> DLedgerConfig
3634
private final ConcurrentHashMap<String, DLedgerConfig> configMap;
3735

0 commit comments

Comments
 (0)