From 7bb23cee351987d2ebb0166e5e9cb7e3c5d1590a Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 29 Nov 2007 02:37:34 +0000 Subject: Remove stray print statement. svn path=/main/trunk/; revision=8739 --- pym/portage/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index c892bc262..8970f476b 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -3626,7 +3626,6 @@ def spawnebuild(mydo,actionmap,mysettings,debug,alwaysdep=0,logfile=None): os.path.basename(MISC_SH_BINARY)) mycommand = " ".join([misc_sh_binary, "install_qa_check", "install_symlink_html_docs"]) - print mycommand qa_retval = spawn(mycommand, mysettings, debug=debug, logfile=logfile, **kwargs) if qa_retval: writemsg("!!! install_qa_check failed; exiting.\n", -- cgit v1.2.3-1-g7c22