remove confusing dup msg
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 27 Feb 2008 14:25:51 +0000 (14:25 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 27 Feb 2008 14:25:51 +0000 (14:25 +0000)
module-tag.py

index 9a966db..213f2ba 100755 (executable)
@@ -75,7 +75,7 @@ class Command:
         result=file(tmp).read()
         os.unlink(tmp)
         if self.options.debug:
-            print '+',self.command,'Done',
+            print 'Done',
         return result
 
 class Svnpath: