diff --git a/rowers/tpstuff.py b/rowers/tpstuff.py index 0b7cacf1..89a3d390 100644 --- a/rowers/tpstuff.py +++ b/rowers/tpstuff.py @@ -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()