commit:     2186b6acaa669b0bf64312d0e5294050f8aaefd0
Author:     Thomas Sachau <tommy <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  7 14:14:12 2018 +0000
Commit:     Thomas Sachau <tommy <AT> gentoo <DOT> org>
CommitDate: Sun Jan  7 14:14:12 2018 +0000
URL:        https://gitweb.gentoo.org/proj/portage.git/commit/?id=2186b6ac

Drop debug prints

 pym/portage/package/ebuild/doebuild.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/pym/portage/package/ebuild/doebuild.py 
b/pym/portage/package/ebuild/doebuild.py
index 6572d4ace..f54d3202f 100644
--- a/pym/portage/package/ebuild/doebuild.py
+++ b/pym/portage/package/ebuild/doebuild.py
@@ -2273,10 +2273,7 @@ def _post_src_install_soname_symlinks(mysettings, out):
        #image_dir exists (workaround for multilib-portage as this is first 
called
        #before all ABIs are done and the image_dir is created)
        if not os.path.isdir (image_dir):
-               print(image_dir+" does not exist")
                return
-       else:
-               print(image_dir+" does exist")
 
        needed_filename = os.path.join(mysettings["PORTAGE_BUILDDIR"],
                "build-info", "NEEDED.ELF.2")

Reply via email to