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
MohitKambli committed Oct 23, 2024
1 parent e5bfd8c commit 7d1a260
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/common/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,7 @@ func UpdateConfig(u *model.ConfigReq) (model.ConfigInfo, error) {
}
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 7d1a260

Please sign in to comment.