2
0
mirror of https://github.com/WikiTeam/wikiteam synced 2024-11-04 12:00:28 +00:00

removing dupe print

git-svn-id: https://wikiteam.googlecode.com/svn/trunk@54 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
This commit is contained in:
emijrp 2011-04-09 22:46:14 +00:00
parent b782510955
commit da8bacb40d

View File

@ -305,7 +305,6 @@ def generateXMLDump(config={}, titles=[], start=''):
delay(config=config)
if c % 10 == 0:
print ' Downloaded %d pages' % (c)
print title
xml = getXMLPage(config=config, title=title)
xml = cleanXML(xml=xml)
xmlfile.write(xml)