changeset 3500:72f2bb8d2117

remove outdated info call.
author Han-Wen Nienhuys <hanwen@lilypond.org>
date Sat, 19 May 2007 10:40:59 -0300
parents 381fda527ccd
children d3db27369b22
files gub/installer.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gub/installer.py	Sat May 19 01:56:36 2007 -0300
+++ b/gub/installer.py	Sat May 19 10:40:59 2007 -0300
@@ -222,7 +222,6 @@
         self.system ('cd %(darwin_bundle_dir)s/../ && tar cjf %(bundle_zip)s LilyPond.app',
                      locals ())
         
-        self.info ("Created %(bundle_zip)s\n", locals()) 
         self.write_checksum ()
         
 class MingwRoot (Installer):