projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ded77c
)
Remove stray print statement.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 29 Nov 2007 02:37:34 +0000
(
02:37
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 29 Nov 2007 02:37:34 +0000
(
02:37
-0000)
svn path=/main/trunk/; revision=8739
pym/portage/__init__.py
patch
|
blob
|
history
diff --git
a/pym/portage/__init__.py
b/pym/portage/__init__.py
index c892bc2622bdf5e7b9e4bf1f8a1de1a69236a948..8970f476bb1c2e55747922ec3453b161c8b18105 100644
(file)
--- 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",