Skip to content

Commit cfe7294

Browse files
committed
Remove console log
1 parent 4876349 commit cfe7294

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

intercom/collection_proxy.py

-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ def extract_next_link(self, url, response):
109109
return '{}?{}'.format(next_parsed.path, next_parsed.query)
110110
else:
111111
#cursor based pagination
112-
print paging_info
113112
return '{}?starting_after={}'.format(six.moves.urllib.parse.urlparse(url).path, paging_info['next']['starting_after'])
114113

115114

0 commit comments

Comments
 (0)