[svn r57464] removing print statement

(there is something to be said about doctests :)

--HG--
branch : trunk
This commit is contained in:
hpk 2008-08-19 14:23:30 +02:00
parent 39c06d2f6e
commit c1ce0c7357
1 changed files with 1 additions and 1 deletions

View File

@ -679,7 +679,7 @@ class XMLWCStatus(WCStatus):
author = '?'
date = ''
else:
print entryel.toxml()
#print entryel.toxml()
commitel = entryel.getElementsByTagName('commit')[0]
if commitel:
modrev = commitel.getAttribute('revision')