Removes qexec reference from test logger.

This commit is contained in:
Eddie Hebert
2012-10-12 15:12:44 -04:00
parent 0c96915404
commit fcccca1530
+1 -1
View File
@@ -39,7 +39,7 @@ class TestUpDown(TestCase):
'amplitude': 30,
'base_price': 50
}
setup_logger(self, '/var/log/qexec/qexec.log')
setup_logger(self)
def tearDown(self):
teardown_logger(self)