summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-11-29 02:37:34 +0000
committerZac Medico <zmedico@gentoo.org>2007-11-29 02:37:34 +0000
commit7bb23cee351987d2ebb0166e5e9cb7e3c5d1590a (patch)
treeb3cfa3ad80e28b34ab7bb5e45e8caf60a0d1dd95 /pym
parent4ded77c630f9d07c31e7901fb07e2b5da7b6818c (diff)
downloadportage-7bb23cee351987d2ebb0166e5e9cb7e3c5d1590a.tar.gz
portage-7bb23cee351987d2ebb0166e5e9cb7e3c5d1590a.tar.bz2
portage-7bb23cee351987d2ebb0166e5e9cb7e3c5d1590a.zip
Remove stray print statement.
svn path=/main/trunk/; revision=8739
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/__init__.py1
1 files changed, 0 insertions, 1 deletions
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",