From: Zac Medico Date: Fri, 10 Sep 2010 18:25:03 +0000 (-0700) Subject: Remove redundant elog_process() call in EbuildBuild._fetch_exit(). X-Git-Tag: v2.2_rc79~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bbcc14fc0f5f4c4af95c1e74792105f1b91437fc;p=portage.git Remove redundant elog_process() call in EbuildBuild._fetch_exit(). --- diff --git a/pym/_emerge/EbuildBuild.py b/pym/_emerge/EbuildBuild.py index 74081ce3b..28ef7d074 100644 --- a/pym/_emerge/EbuildBuild.py +++ b/pym/_emerge/EbuildBuild.py @@ -154,7 +154,6 @@ class EbuildBuild(CompositeTask): self._fetch_failed() return - portage.elog.elog_process(self.pkg.cpv, self.settings) # discard successful fetch log self._build_dir.clean_log() pkg = self.pkg