Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit 635e59b

Browse files
committed
removed debugging
1 parent 56ba635 commit 635e59b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

functions/source/ZipDl/lambda_function.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
from zipfile import ZipFile
1515
from cStringIO import StringIO
1616
from urlparse import urlparse
17-
import json
1817
import base64
1918

2019
# Set to False to allow self-signed/invalid ssl certificates
@@ -55,7 +54,6 @@ def get_members(zip):
5554

5655

5756
def lambda_handler(event, context):
58-
print json.dumps(event)
5957
params = None
6058
logger.info('Event %s', event)
6159
OAUTH_token = event['context']['git-token']

0 commit comments

Comments
 (0)