Skip to content

Commit 17233ec

Browse files
committed
wip
1 parent 4a733e2 commit 17233ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

aws/lambda.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,6 @@ func (l *LambdaHandler) Invoke(ctx context.Context, payload json.RawMessage) (re
184184
checker integrationTypeChecker
185185
)
186186

187-
fmt.Printf("Payload: %s\n", payload)
188-
189187
if err = json.Unmarshal(payload, &checker); err != nil {
190188
res, err = l.HandleNonHTTPEvent(ctx, payload, http.DetectContentType(payload))
191189
} else {

0 commit comments

Comments
 (0)