cleanup some logging stuff
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
7d57d1df79
commit
1bb3c82d72
3 changed files with 3 additions and 7 deletions
|
|
@ -20,10 +20,9 @@
|
|||
#
|
||||
#
|
||||
|
||||
import getpass
|
||||
import os
|
||||
import shutil
|
||||
import getpass
|
||||
import logging
|
||||
|
||||
import cdist
|
||||
from cdist import core
|
||||
|
|
@ -63,8 +62,6 @@ class CodeTestCase(test.CdistTestCase):
|
|||
self.cdist_object = core.CdistObject(self.cdist_type, self.local.object_path, 'whatever')
|
||||
self.cdist_object.create()
|
||||
|
||||
self.log = logging.getLogger("cdist")
|
||||
|
||||
def tearDown(self):
|
||||
shutil.rmtree(self.out_path)
|
||||
shutil.rmtree(self.remote_base_path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue