reduce logging
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-19 13:52:08 +10:00
parent ea3e8ddfbc
commit 02061f5b26
3 changed files with 3 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ func RetrieveSecret(c *gin.Context) {
c.JSON(http.StatusBadRequest, gin.H{"error": err.Error()})
return
}
log.Printf("RetrieveSecret received JSON input '%v'\n", input)
//log.Printf("RetrieveSecret received JSON input '%v'\n", input)
// Populate fields
s := models.Secret{}