From 647e7aca5eb8d42f0213f9a4ab4d6303bcd94340 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 22 Jul 2013 21:45:13 -0700 Subject: [PATCH] Remove stray print from last commit. --- pym/portage/repository/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pym/portage/repository/config.py b/pym/portage/repository/config.py index e6d37a827..5d0100450 100644 --- a/pym/portage/repository/config.py +++ b/pym/portage/repository/config.py @@ -543,7 +543,6 @@ class RepoConfigLoader(object): prepos['DEFAULT'].main_repo == repo.name and \ portdir and exists_raise_eaccess(portdir): optdict['location'] = portdir - print optdict repo = RepoConfig(sname, optdict, local_config=local_config) if repo.name != sname and not portage._sync_disabled_warnings: -- 2.26.2