Merge "Remove unused LOG"

This commit is contained in:
Jenkins 2016-07-06 23:48:00 +00:00 committed by Gerrit Code Review
commit 837beca474
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."""