changed logging
[lispflowmapping.git] / mappingservice / northbound / src / main / java / org / opendaylight / lispflowmapping / northbound / Activator.java
index e6541a325fe2fc627f5b3644d26cae5c054fb528..3daa29680ffa0863edae9f6bde3bf6705e5b03bc 100644 (file)
@@ -14,8 +14,6 @@ import java.util.Hashtable;
 import org.apache.felix.dm.Component;
 import org.opendaylight.controller.sal.core.ComponentActivatorAbstractBase;
 import org.opendaylight.lispflowmapping.interfaces.lisp.IFlowMapping;
-import org.slf4j.Logger;
-import org.slf4j.LoggerFactory;
 
 /**
  * Main application activator class for registering the dependencies and
@@ -25,11 +23,6 @@ import org.slf4j.LoggerFactory;
 
 public class Activator extends ComponentActivatorAbstractBase {
 
-    /*
-     * Logger instance
-     */
-    protected static final Logger logger = LoggerFactory.getLogger(Activator.class);
-
     /**
      * Function called when the activator starts just after some initializations
      * are done by the ComponentActivatorAbstractBase.