Skip to content

Commit cb881ab

Browse files
committed
remove debug
1 parent 461d150 commit cb881ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ddlambda.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ func WrapFunction(handler interface{}, cfg *Config) interface{} {
144144
// It returns a modified handler that can be passed directly to the lambda.Start function from aws-lambda-go.
145145
// Deprecated: use WrapFunction instead
146146
func WrapHandler(handler interface{}, cfg *Config) interface{} {
147-
fmt.Println("AJ custom ddlambda go v1")
148147
return WrapFunction(handler, cfg)
149148
}
150149

0 commit comments

Comments
 (0)