[banshee] [build] remove extraneous object print



commit 742d3466d7df1d7b99a4c1ed1a4f2a8c46ac3e42
Author: Aaron Bockover <abockover novell com>
Date:   Sun Dec 20 17:23:14 2009 -0500

    [build] remove extraneous object print

 build/bundle/build.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/bundle/build.py b/build/bundle/build.py
index f84ae2e..aa36337 100755
--- a/build/bundle/build.py
+++ b/build/bundle/build.py
@@ -205,7 +205,7 @@ if __name__ == '__main__':
 		action = 'store_true', dest = 'verbose', default = False,
 		help = 'show all build output (e.g. configure, make)')
 	options, args = parser.parse_args ()
-	print options
+	
 	if args == []:
 		parser.print_help ()
 		sys.exit (1)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]