Skip to content

Commit

Permalink
Remove some debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jbithell committed May 29, 2017
1 parent af3df3c commit 57642ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ def looprequest():
while True:
data = looprequest()
if data:
print(data)
try:
requestPayload = urllib.parse.urlencode(data).encode("utf-8")
requestResponse = urllib.request.urlopen(os.environ.get('uploadUrl', ''), requestPayload).read()
Expand Down

0 comments on commit 57642ec

Please sign in to comment.