Skip to content

Commit

Permalink
remove debug log in get hash
Browse files Browse the repository at this point in the history
Signed-off-by: zwwhdls <[email protected]>
  • Loading branch information
zwwhdls committed Jan 2, 2025
1 parent a4e26c6 commit 0be9478
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/config/setting.go
Original file line number Diff line number Diff line change
Expand Up @@ -1116,6 +1116,5 @@ func GenHashOfSetting(log klog.Logger, setting JfsSetting) string {
h := sha256.New()
h.Write(settingStr)
val := hex.EncodeToString(h.Sum(nil))[:63]
log.V(1).Info("get jfsSetting hash", "hashVal", val, "setting", setting.SafeString())
return val
}

0 comments on commit 0be9478

Please sign in to comment.