Skip to content

Commit

Permalink
Fix #1876: Remove the redundant code for fmt.Print
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-github-robot authored Oct 24, 2024
2 parents 7c97086 + 52755bb commit c80f484
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/core/common/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,6 @@ func UpdateConfig(u *model.ConfigReq) (model.ConfigInfo, error) {
log.Error().Err(err).Msg("")
return content, err
}
keyValue, _ := kvstore.GetKv(key)

fmt.Println("UpdateConfig(); ===========================")
fmt.Println("UpdateConfig(); Key: " + keyValue.Key + "\nValue: " + keyValue.Value)
fmt.Println("UpdateConfig(); ===========================")

UpdateGlobalVariable(content.Id)

Expand Down

0 comments on commit c80f484

Please sign in to comment.