From 885b7c070ffa1010a75cf0e83179d5c575c9f650 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sat, 6 Feb 2010 13:49:11 +0000 Subject: [PATCH] get rid of extra prints --- module-tools.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/module-tools.py b/module-tools.py index da4c012b..3def09fa 100755 --- a/module-tools.py +++ b/module-tools.py @@ -1061,9 +1061,6 @@ class Build (Module): module_name="build@%(buildtag)s"%locals() self.display=buildtag self.svnpath="http://svn.planet-lab.org/svn/build/tags/%s"%self.buildtag - print 'module_name',module_name - print 'display',self.display - print 'svnpath',self.svnpath Module.__init__(self,module_name,options) @staticmethod @@ -1393,8 +1390,6 @@ Branches: Module.init_homedir(options) for n in range(len(args)-1): [t_new,t_old]=args[n:n+2] - print '----------------------------------------' - print 'PAIR',t_new,t_old Release.do_changelog (t_new,t_old,options) else: ########## module-* -- 2.47.0