mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 11:51:10 +00:00
remove print #oops
This commit is contained in:
@@ -122,7 +122,6 @@ class PaginatedList(PaginatedListBase):
|
||||
def reversed(self):
|
||||
self._reversed = True
|
||||
self.__nextUrl = self._getLastPageUrl()
|
||||
print "saved next url: %s" % self.__nextUrl
|
||||
return self
|
||||
|
||||
def _couldGrow(self):
|
||||
|
||||
Reference in New Issue
Block a user