removed some stuff used for debugging
This commit is contained in:
@@ -139,9 +139,6 @@ def get_token(code):
|
||||
response = requests.post("https://oauth.sandbox.trainingpeaks.com/oauth/token",
|
||||
data=post_data)
|
||||
|
||||
print "Reason"
|
||||
print response.reason
|
||||
print response.content
|
||||
|
||||
try:
|
||||
token_json = response.json()
|
||||
|
||||
Reference in New Issue
Block a user