From da6bd8c82748332f6c984ea0ceb8be5e83d5183e Mon Sep 17 00:00:00 2001 From: davidbrai Date: Fri, 2 Aug 2013 18:28:48 +0300 Subject: [PATCH] remove print #oops --- github/PaginatedList.py | 1 - 1 file changed, 1 deletion(-) diff --git a/github/PaginatedList.py b/github/PaginatedList.py index 14e09c4b..f5682327 100644 --- a/github/PaginatedList.py +++ b/github/PaginatedList.py @@ -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):