From 3e042946f09b29947fbe5dd179dbba91cbfd694f Mon Sep 17 00:00:00 2001 From: Valentin Staykov Date: Tue, 10 Dec 2024 11:54:09 +0000 Subject: [PATCH] fix: remove commented stuff --- cmd/cdk-erigon/main.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/cdk-erigon/main.go b/cmd/cdk-erigon/main.go index 36331cfea7c..43029033283 100644 --- a/cmd/cdk-erigon/main.go +++ b/cmd/cdk-erigon/main.go @@ -59,8 +59,6 @@ func runErigon(cliCtx *cli.Context) error { } } - // logging.SetupLoggerCtx("cdk-erigon", cliCtx, log.LvlInfo, log.LvlInfo, true) - // initializing the node and providing the current git commit there log.Info("Build info", "git_branch", params.GitBranch, "git_tag", params.GitTag, "git_commit", params.GitCommit) log.Info("Poseidon hashing", "Accelerated", vectorizedposeidongold.UsingSimd || vectorizedposeidongold.UsingScalars)