Remove unused LOG

This is to remove unused LOG to keep code clean.

Change-Id: I768eb14992e2b65255b3f4356dda77030e17d6d4
This commit is contained in:
zhufl 2016-07-05 10:36:28 +08:00
parent 60b3dfdb02
commit 4c6dc3a6c1
3 changed files with 0 additions and 12 deletions

@ -14,7 +14,6 @@
from oslo_config import cfg
from oslo_log import log as logging
import webob
from webob import exc
@ -28,7 +27,6 @@ import cinder.policy
CONF = cfg.CONF
LOG = logging.getLogger(__name__)
MESSAGES_BASE_MICRO_VERSION = '3.3'

@ -12,14 +12,9 @@
# License for the specific language governing permissions and limitations
# under the License.
from oslo_log import log as logging
from cinder.api import common
LOG = logging.getLogger(__name__)
class ViewBuilder(common.ViewBuilder):
"""Model manageable snapshot responses as a python dictionary."""

@ -12,14 +12,9 @@
# License for the specific language governing permissions and limitations
# under the License.
from oslo_log import log as logging
from cinder.api import common
LOG = logging.getLogger(__name__)
class ViewBuilder(common.ViewBuilder):
"""Model manageable volume responses as a python dictionary."""