@awsless/cli 0.0.46-next.3 → 0.0.46-next.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -389,13 +389,6 @@ var handle_default = async (event) => {
389
389
  if (!auth.authorized) {
390
390
  return response(405, UNAUTHORIZED(auth.reason));
391
391
  }
392
- console.log({
393
- requestId,
394
- lockKey: auth.lockKey,
395
- authContext: auth.context,
396
- request: request.output.body,
397
- ip: request.output.requestContext.http.sourceIp
398
- });
399
392
  const calls = request.output.body.map((fn) => {
400
393
  return {
401
394
  ...fn,