[svn r57464] removing print statement
(there is something to be said about doctests :) --HG-- branch : trunk
This commit is contained in:
parent
39c06d2f6e
commit
c1ce0c7357
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue