Remove logging leftovers

In commit Ibdb4f6ea0abc56cb98bdc57547bc3b4370f9875b the code stopped using logging
and switched to oslo_log instead.
This patch removes some leftovers logging imports

Change-Id: Ib9d8be4f3801a375321a00f5fa4ed4619aebc1fc
This commit is contained in:
Adit Sarfaty 2017-03-29 14:26:30 +03:00
parent 4aac83661a
commit 4a01663196
2 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@
import base64
from cryptography import fernet
import hashlib
import logging
from oslo_config import cfg
from oslo_log import log as logging
from vmware_nsx.db import db as nsx_db

View File

@ -13,7 +13,7 @@
# under the License.
import logging
from oslo_log import log as logging
from vmware_nsx.plugins.nsx_v3 import cert_utils
from vmware_nsx.shell.admin.plugins.common import constants