Standardized vfc-vnflcm log output
[vfc/gvnfm/vnflcm.git] / lcm / lcm / jobs / job_get.py
index 0953df9..4614b95 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-import logging
-
 from lcm.pub.utils.jobutil import JobUtil
 
-logger = logging.getLogger(__name__)
-
 
 class GetJobInfoService(object):
     def __init__(self, job_id, response_id=0):