Skip to content

Commit

Permalink
removed a debug line from code
Browse files Browse the repository at this point in the history
  • Loading branch information
pzaino committed Feb 16, 2024
1 parent 2128bc0 commit 5a67fea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/api/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (

// handleErrorAndRespond encapsulates common error handling and JSON response logic.
func handleErrorAndRespond(w http.ResponseWriter, err error, results interface{}, errMsg string, errCode int) {
fmt.Printf("Results: %v\n", results)
if err != nil {
cmn.DebugMsg(cmn.DbgLvlDebug3, errMsg, err)
http.Error(w, err.Error(), errCode)
Expand Down

0 comments on commit 5a67fea

Please sign in to comment.