Merge "removed block of commented-out lines of code"
authorKanagaraj Manickam <kanagaraj.manickam@huawei.com>
Mon, 4 Apr 2022 03:48:33 +0000 (03:48 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 4 Apr 2022 03:48:33 +0000 (03:48 +0000)
profiles/http/src/main/java/org/onap/cli/fw/http/cmd/OnapHttpCommand.java

index e17f861..b4654cc 100644 (file)
@@ -254,7 +254,6 @@ public class OnapHttpCommand extends OnapCommand {
         }
 
         Map<String, List<String>> results = OnapCommandHttpUtils.populateOutputs(this.getResultMap(), output);
-        //results = OnapCommandUtils.populateOutputsFromInputParameters(results, this.getParametersMap());
 
         for (OnapCommandResultAttribute attr : this.getResult().getRecords()) {
             attr.setValues(results.get(attr.getName()));