projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eec775d
)
Remove stray print from last commit.
author
Zac Medico
<zmedico@gentoo.org>
Tue, 23 Jul 2013 04:45:13 +0000
(21:45 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 23 Jul 2013 04:45:13 +0000
(21:45 -0700)
pym/portage/repository/config.py
patch
|
blob
|
history
diff --git
a/pym/portage/repository/config.py
b/pym/portage/repository/config.py
index e6d37a8270c9f2f458d254e96d65cc245e45bf71..5d01004509df4d4af502f793d7e88f03f5d1707a 100644
(file)
--- 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: