jenkins-bot has submitted this change and it was merged.
Change subject: remove old debugging stuff ......................................................................
remove old debugging stuff
Change-Id: I75ed7f8e35c6a510c2292445e6a3811789a901d2 --- M pywikibot/pagegenerators.py 1 file changed, 1 insertion(+), 4 deletions(-)
Approvals: Merlijn van Deen: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/pagegenerators.py b/pywikibot/pagegenerators.py index df3068e..b7bf132 100644 --- a/pywikibot/pagegenerators.py +++ b/pywikibot/pagegenerators.py @@ -13,7 +13,7 @@ ¶ms; """ # -# (C) Pywikibot team, 2008-2013 +# (C) Pywikibot team, 2008-2014 # # Distributed under the terms of the MIT license. # @@ -1155,14 +1155,12 @@ continue
for result in data.results: - #print 'DBG: ', result.URL yield result.URL # give an estimate of pages to work on, but only once. if not estimatedTotalResultsCount: pywikibot.output(u'Estimated total result count: %i pages.' % data.meta.estimatedTotalResultsCount) estimatedTotalResultsCount = data.meta.estimatedTotalResultsCount - #print 'estimatedTotalResultsCount: ', estimatedTotalResultsCount offset += 10
############# @@ -1258,7 +1256,6 @@ except TypeError: # Limit reached or no more results break - #print pageName if pageName: namespace = site.namespace(namespaceNumber) pageName = unicode(pageName, site.encoding())
pywikibot-commits@lists.wikimedia.org