delete two unused LOG
There are some unused LOG in CLI files Change-Id: I7b77389a46b0751493a7e820b9b3e2b41b754248
This commit is contained in:
parent
ce7c3da064
commit
6265773a9f
@ -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')
|
||||
|
||||
|
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user