Remove stray print from last commit.
authorZac Medico <zmedico@gentoo.org>
Tue, 23 Jul 2013 04:45:13 +0000 (21:45 -0700)
committerZac Medico <zmedico@gentoo.org>
Tue, 23 Jul 2013 04:45:13 +0000 (21:45 -0700)
pym/portage/repository/config.py

index e6d37a8270c9f2f458d254e96d65cc245e45bf71..5d01004509df4d4af502f793d7e88f03f5d1707a 100644 (file)
@@ -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: