aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/svn_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'setuptools/svn_utils.py')
-rw-r--r--setuptools/svn_utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setuptools/svn_utils.py b/setuptools/svn_utils.py
index bbf10da7..e46e5ab6 100644
--- a/setuptools/svn_utils.py
+++ b/setuptools/svn_utils.py
@@ -284,7 +284,6 @@ class SVNEntriesCMD(SVNEntries):
_, data = _run_command(['svnversion', self.path])
parsed = self.svnverre.match(data)
if parsed:
- log.warn('Parsed!')
try:
#No max needed this command summarizes working copy since 1.0
self.revision = int(parsed.group(2))