Remove unnecessary print statement

This commit is contained in:
Madison May
2014-12-20 17:26:56 -05:00
parent 823fe25a57
commit 41b84eecec
+1 -1
View File
@@ -28,7 +28,7 @@ def api_handler(arg, url, batch=False, auth=None, **kwargs):
url += "/batch"
# if not auth:
# auth = auth_query()
print auth
response = requests.post(url, data=json_data, headers=JSON_HEADERS, auth=auth).json()
results = response.get('results', False)
if results is False: