summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <Ronny.Pfannschmidt@gmx.de>2010-08-04 11:03:30 +0200
committerRonny Pfannschmidt <Ronny.Pfannschmidt@gmx.de>2010-08-04 11:03:30 +0200
commit78d05d369cc35ec6d4afcc59e67b00c8617a2620 (patch)
tree6f2502379286c2c5cf753353d0a38e88c5a6a788
parent1e0453aee911e7e84300a88e8db7174558552d99 (diff)
downloadsetuptools-scm-78d05d369cc35ec6d4afcc59e67b00c8617a2620.tar.gz
remove messed print
-rw-r--r--hgdistver.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/hgdistver.py b/hgdistver.py
index bce6cc1..90147c5 100644
--- a/hgdistver.py
+++ b/hgdistver.py
@@ -12,7 +12,6 @@ def getoutput(cmd, cwd):
def version_from_cachefile(root, cachefile=None):
#XXX: for now we ignore root
- print cachefile
if not cachefile:
return
#replaces 'with open()' from py2.6