From: Zac Medico Date: Fri, 12 Oct 2007 22:04:38 +0000 (-0000) Subject: Remove a redundant call to elog_process(). (trunk r8091) X-Git-Tag: v2.1.3.16~40 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e4f648c889f5474f40d8c966894bf4c76bf48515;p=portage.git Remove a redundant call to elog_process(). (trunk r8091) svn path=/main/branches/2.1.2/; revision=8092 --- diff --git a/pym/portage.py b/pym/portage.py index def1fe845..dbc615745 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -8054,7 +8054,6 @@ class dblink: portage_exec.spawn(["bash", "-c", cmd], env=self.settings.environ()) - elog_process(self.settings.mycpv, self.settings) # XXX: Decide how to handle failures here. if a != os.EX_OK: