Skip to content

Commit 096e798

Browse files
committed
[FAB-13808] Address code review comments for FAB-13363
This change set addresses code review comments for FAB-13363. Namely: - Deletion of the redundant logger instance in the server main.go Change-Id: I0ee0db21894a352c7d1679efc27524162723a895 Signed-off-by: yacovm <yacovm@il.ibm.com>
1 parent 24082c2 commit 096e798

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

orderer/common/server/main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ func Start(cmd string, conf *localconfig.TopLevel) {
102102
clusterClientConfig := initializeClusterClientConfig(conf)
103103
clusterDialer.SetConfig(clusterClientConfig)
104104

105-
logger := flogging.MustGetLogger("orderer.common.cluster")
106-
107105
r := createReplicator(lf, bootstrapBlock, conf, clusterClientConfig.SecOpts, signer)
108106
// Only clusters that are equipped with a recent config block can replicate.
109107
if clusterType && conf.General.GenesisMethod == "file" {

0 commit comments

Comments
 (0)