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

Commit b47ed82

Browse files
committed
removed debugging
1 parent 635e59b commit b47ed82

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
@@ -135,8 +135,6 @@ def lambda_handler(event, context):
135135
if len(event['body-json']['changes']) != 1:
136136
raise Exception("Could not handle the number of changes")
137137
change = event['body-json']['changes'][0]
138-
139-
print "http_clone_url is " + http_clone_url
140138
url_parts = urlparse(http_clone_url)
141139
owner = event['body-json']['repository']['project']['name']
142140
name = event['body-json']['repository']['name']

0 commit comments

Comments
 (0)