removed a spam log message

This commit is contained in:
yashsinghcodes
2025-07-09 14:04:39 +05:30
parent 48b18635d2
commit 98f5eabaaa
+1 -1
View File
@@ -256,7 +256,7 @@ func handleGetWorkflowqueue(resp http.ResponseWriter, request *http.Request) {
orgId := request.Header.Get("Org")
if len(orgId) == 0 {
log.Printf("[AUDIT] No 'org' header set (get workflow queue). ")
//log.Printf("[AUDIT] No 'org' header set (get workflow queue). ")
/*
resp.WriteHeader(403)
resp.Write([]byte(fmt.Sprintf(`{"success": false, "reason": "Specify the org header. This can be done by setting the 'ORG' environment variable for Orborus to your Org ID in Shuffle"}`)))