summaryrefslogtreecommitdiffstats
path: root/nova/service.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/service.py')
-rw-r--r--nova/service.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/nova/service.py b/nova/service.py
index 45286cf94..94efb1f2f 100644
--- a/nova/service.py
+++ b/nova/service.py
@@ -221,9 +221,6 @@ class Service(object):
def serve(*services):
- FLAGS(sys.argv)
- logging.basicConfig()
-
if not services:
services = [Service.create()]