Skip to content

Commit c91d192

Browse files
author
Kyle Hamlin
committed
remove
1 parent d017407 commit c91d192

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sailthru/sailthru_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,6 @@ def api_get(self, action, data, headers=None):
702702
@param action: API action call
703703
@param data: dictionary values
704704
"""
705-
#{'action': action, 'data': data, 'request_type': 'GET', 'headers': headers}
706705
return self._api_request(action, data, 'GET', headers)
707706

708707
def api_post(self, action, data, binary_data_param=None):

0 commit comments

Comments
 (0)