Remove meanless debug log

1. self._execute is a function object.
2. @utils.trace has already does the debug job.

Change-Id: I2041339bb713c6e94481e3991385d4a9e433433e
This commit is contained in:
yenai 2018-09-26 17:48:29 +08:00
parent 10ea64db9c
commit 4ab9e3eb5e
1 changed files with 0 additions and 2 deletions

View File

@ -185,7 +185,6 @@ class FibreChannelConnector(base.BaseLinuxConnector):
target_wwn - World Wide Name
target_lun - LUN id of the volume
"""
LOG.debug("execute = %s", self._execute)
device_info = {'type': 'block'}
connection_properties = self._add_targets_to_connection_properties(
@ -254,7 +253,6 @@ class FibreChannelConnector(base.BaseLinuxConnector):
device_path = self.host_device
device_info['path'] = device_path
LOG.debug("connect_volume returning %s", device_info)
return device_info
def _get_host_devices(self, possible_devs):