diff --git a/cloudwatchevents/cloudwatchevents.js b/cloudwatchevents/cloudwatchevents.js index 529bf40..4fe347e 100644 --- a/cloudwatchevents/cloudwatchevents.js +++ b/cloudwatchevents/cloudwatchevents.js @@ -95,7 +95,7 @@ exports.handler = function (event, context) { context.fail('Invalid SUMO_ENDPOINT environment variable: ' + SumoURL); } - console.log(event); + //console.log(event); if ((event.source==="aws.guardduty") && (removeOuterFields)) { final_event =event.detail; } else {