From c1ce0c73576b254947058d661a9c5bf7e390e501 Mon Sep 17 00:00:00 2001 From: hpk Date: Tue, 19 Aug 2008 14:23:30 +0200 Subject: [PATCH] [svn r57464] removing print statement (there is something to be said about doctests :) --HG-- branch : trunk --- py/path/svn/wccommand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')