[master][PATCH] Cleanup unused and overly complicated stuff in isys

Vratislav Podzimek vpodzime at redhat.com
Mon Nov 25 08:08:21 UTC 2013


On Wed, 2013-11-20 at 14:27 -0500, Chris Lumens wrote:
> > diff --git a/anaconda b/anaconda
> > index ca0c17e..78e8128 100755
> > --- a/anaconda
> > +++ b/anaconda
> > @@ -751,7 +751,6 @@ if __name__ == "__main__":
> >      from pyanaconda import product
> >  
> >      from pyanaconda import isys
> > -    isys.initLog()
> >  
> >      import signal, string
> >  
> 
> There was some discussion in IRC about whether we really want to get rid
> of this line, and we did not come to any conclusions.
I didn't see any difference with or without it and getting rid of it
allows us to get rid of quite a lot of code (log.c and log.h). I believe
we can go on without it on master and see if there is any issue. If so,
I'd like to rewrite the code from that function to Python.

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list