Skip to content

Commit a7dc875

Browse files
committed
remove comment change
1 parent f41f8a4 commit a7dc875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ func writeJSON(w http.ResponseWriter, contype string, content interface{}) *appE
262262
log.Printf("JSON encoding error: %v", err.Error())
263263
return appErrorInternal(err, api.ErrMsgEncoding)
264264
}
265-
// fmt.Println(string(encodedContent))
265+
//fmt.Println(string(encodedContent))
266266
writeResponse(w, contype, encodedContent)
267267
return nil
268268
}

0 commit comments

Comments
 (0)