From: Zac Medico Date: Thu, 29 Nov 2007 02:37:34 +0000 (-0000) Subject: Remove stray print statement. X-Git-Tag: v2.2_pre1~279 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7bb23cee351987d2ebb0166e5e9cb7e3c5d1590a;p=portage.git Remove stray print statement. svn path=/main/trunk/; revision=8739 --- 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",