From: Zac Medico Date: Tue, 23 Jul 2013 04:45:13 +0000 (-0700) Subject: Remove stray print from last commit. X-Git-Tag: v2.2.0_alpha189~27 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=647e7aca5eb8d42f0213f9a4ab4d6303bcd94340;p=portage.git Remove stray print from last commit. --- 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: