Skip to content

Commit

Permalink
fix: remove commented stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Staykov committed Dec 10, 2024
1 parent c300482 commit 3e04294
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/cdk-erigon/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3e04294

Please sign in to comment.