Skip to content
Snippets Groups Projects
Commit b6a26aed authored by Johan de Klerk's avatar Johan de Klerk
Browse files

Removed SQS validate logs

parent 5681beee
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@ import (
"encoding/json"
"github.com/aws/aws-lambda-go/events"
"gitlab.bob.co.za/bob-public-utils/bobgroup-go-utils/errors"
"gitlab.bob.co.za/bob-public-utils/bobgroup-go-utils/logs"
"gitlab.bob.co.za/bob-public-utils/bobgroup-go-utils/s3"
"gitlab.bob.co.za/bob-public-utils/bobgroup-go-utils/sqs"
"reflect"
......@@ -27,7 +26,6 @@ func ValidateSQSEndpoints(endpoints map[string]interface{}) (map[string]interfac
}
// replace the endpoint value so we can quickly call this handler
endpoints[messageType] = handler
logs.Info("%s: OK (request: %v)\n", messageType, handler.RecordType)
}
return endpoints, nil
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment