Remove some debugging code...
This commit is contained in:
parent
116a0df898
commit
2b5ed26466
@ -87,7 +87,6 @@ class PungiYum(yum.YumBase):
|
|||||||
logfile = os.path.join(logdir, '%s.log' % (self.pungiconfig.get('default', 'arch')))
|
logfile = os.path.join(logdir, '%s.log' % (self.pungiconfig.get('default', 'arch')))
|
||||||
|
|
||||||
yum.logging.basicConfig(level=yum.logging.DEBUG, filename=logfile)
|
yum.logging.basicConfig(level=yum.logging.DEBUG, filename=logfile)
|
||||||
self.logger.error('foobar')
|
|
||||||
|
|
||||||
def doFileLogSetup(self, uid, logfile):
|
def doFileLogSetup(self, uid, logfile):
|
||||||
# This function overrides a yum function, allowing pungi to control
|
# This function overrides a yum function, allowing pungi to control
|
||||||
|
Loading…
Reference in New Issue
Block a user