From: Thierry Parmentelat Date: Wed, 5 Jan 2011 16:53:19 +0000 (+0100) Subject: removed extra print statement X-Git-Tag: 5.0-rc18~129^2~5 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=727b020549cc3fa5c997b56607249d03b55bdb59;p=build.git removed extra print statement --- 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)