removed block of commented-out lines of code 48/128248/1
authorsharath reddy <bs.reddy@huawei.com>
Fri, 1 Apr 2022 08:40:19 +0000 (14:10 +0530)
committersharath reddy <bs.reddy@huawei.com>
Fri, 1 Apr 2022 08:40:55 +0000 (14:10 +0530)
Issue-ID: CLI-439

report: tested weather-report

Signed-off-by: sharath reddy <bs.reddy@huawei.com>
Change-Id: I83c454d6c08b5e10bd06af75210bb8eb3efa6460

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()));