From 727b020549cc3fa5c997b56607249d03b55bdb59 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 5 Jan 2011 17:53:19 +0100 Subject: [PATCH] removed extra print statement --- module-tools.py | 1 - 1 file changed, 1 deletion(-) diff --git a/module-tools.py b/module-tools.py index a1b628dc..6a2b77c7 100755 --- a/module-tools.py +++ b/module-tools.py @@ -643,7 +643,6 @@ that for other purposes than tagging""" % options.workdir elif self.repository.type == "git": if hasattr(self,'branch'): - print "to branch", self.branch self.repository.to_branch(self.branch) elif hasattr(self,'tagname'): self.repository.to_tag(self.tagname) -- 2.43.0