Skip to content

Commit dca8053

Browse files
James LinJames Lin
authored andcommitted
removed print statement
1 parent 3d5c05d commit dca8053

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rest_framework_queryset/queryset.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ def count(self):
9090

9191
def get_result(self):
9292
response = self._call_api()
93-
print(response.text)
9493
result = response.json()
9594
if 'results' in result:
9695
return result['results']

0 commit comments

Comments
 (0)