[py-svn] r36058 - py/dist/py/path/svn

guido at codespeak.net guido at codespeak.net
Sat Dec 30 14:07:43 CET 2006


Author: guido
Date: Sat Dec 30 14:07:39 2006
New Revision: 36058

Modified:
   py/dist/py/path/svn/wccommand.py
Log:
Oops, removing debug print.


Modified: py/dist/py/path/svn/wccommand.py
==============================================================================
--- py/dist/py/path/svn/wccommand.py	(original)
+++ py/dist/py/path/svn/wccommand.py	Sat Dec 30 14:07:39 2006
@@ -72,7 +72,7 @@
         l.append('"%s"' % self._escape(self.strpath))
         # try fixing the locale because we can't otherwise parse
         string = svncommon.fixlocale() + " ".join(l)
-        if 1 or DEBUG:
+        if DEBUG:
             print "execing", string
         try:
             try:



More information about the pytest-commit mailing list