delete two unused LOG

There are some unused LOG in CLI files

Change-Id: I7b77389a46b0751493a7e820b9b3e2b41b754248
This commit is contained in:
gecong1973 2016-07-19 09:49:21 +08:00
parent ce7c3da064
commit 6265773a9f
2 changed files with 0 additions and 8 deletions

View File

@ -20,7 +20,6 @@ import os
import sys
import oslo_i18n
from oslo_log import log as logging
# If ../sahara/__init__.py exists, add ../ to Python search path, so that
@ -43,9 +42,6 @@ oslo_i18n.enable_lazy()
import sahara.main as server
LOG = logging.getLogger(__name__)
def main():
server.setup_common(possible_topdir, 'all-in-one')

View File

@ -20,7 +20,6 @@ import os
import sys
import oslo_i18n
from oslo_log import log as logging
# If ../sahara/__init__.py exists, add ../ to Python search path, so that
# it will override what happens to be installed in /usr/(local/)lib/python...
@ -42,9 +41,6 @@ oslo_i18n.enable_lazy()
import sahara.main as server
LOG = logging.getLogger(__name__)
def setup_api():
server.setup_common(possible_topdir, 'API')