diff --git a/py/path/svn/wccommand.py b/py/path/svn/wccommand.py index 1c0c34b18..88b5b83d0 100644 --- a/py/path/svn/wccommand.py +++ b/py/path/svn/wccommand.py @@ -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')