Fix vnftools load issues
[sdnc/northbound.git] / vnftools / provider / src / main / java / org / onap / sdnc / vnftools / VnfTools.java
index a452a4a..f1e6a2f 100644 (file)
@@ -48,10 +48,8 @@ public class VnfTools implements SvcLogicJavaPlugin {
 
     private static final Logger LOG = LoggerFactory.getLogger(VnfTools.class);
 
-    public VnfTools(Properties props) {
-        if (props != null) {
-            LOG.debug("props is not null.");
-        }
+    public VnfTools() {
+
     }
 
     public void checkIfActivateReady(Map<String, String> parameters, SvcLogicContext ctx) throws SvcLogicException {