Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
lcwik committed Jan 31, 2024
1 parent 50ac18b commit b2f450f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baseapp/abci.go
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ func (app *BaseApp) workingHash() []byte {

// Get the hash of all writes in order to return the apphash to the comet in finalizeBlock.
commitHash := app.cms.WorkingHash()
app.logger.Debug("hash of all writes", "workingHash", fmt.Sprintf("%X", commitHash))
//app.logger.Debug("hash of all writes", "workingHash", fmt.Sprintf("%X", commitHash))

Check failure on line 1016 in baseapp/abci.go

View workflow job for this annotation

GitHub Actions / Analyze

commentFormatting: put a space between `//` and comment text (gocritic)

return commitHash
}
Expand Down

0 comments on commit b2f450f

Please sign in to comment.