diff options
-rw-r--r-- | pym/portage/__init__.py | 1 |
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", |