Skip to content

Commit e027133

Browse files
committed
whoops
1 parent 06c3493 commit e027133

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scaleapi/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ def batches(self, **kwargs):
174174
raise ScaleInvalidRequest('Illegal parameter %s for ScaleClient.tasks()'
175175
% key, None)
176176
response = self._getrequest('batches', params=kwargs)
177-
print(response['docs'])
178177
docs = [Batch(doc, self) for doc in response['docs']]
179178
return Batchlist(
180179
docs, response['totalDocs'], response['limit'],response['has_more'], response.get('next_token'),

0 commit comments

Comments
 (0)