Skip to content

Commit

Permalink
[ISSUE #242] Remove useless variable (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm committed Nov 17, 2022
1 parent 4ee007d commit c491296
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@

public class ConfigManager {

private static final Logger LOGGER = LoggerFactory.getLogger(ConfigManager.class);

//groupId#selfId -> DLedgerConfig
private final ConcurrentHashMap<String, DLedgerConfig> configMap;

Expand Down

0 comments on commit c491296

Please sign in to comment.