aboutsummaryrefslogtreecommitdiffstats
path: root/profiles/http/src/main/java/org/onap
diff options
context:
space:
mode:
authorsharath reddy <bs.reddy@huawei.com>2022-04-01 14:10:19 +0530
committersharath reddy <bs.reddy@huawei.com>2022-04-01 14:10:55 +0530
commitfddd9ed279c94271e9ab6292e9f75f969d715bcf (patch)
treee590c03dcc14fc059e1a24a6fd8b85f291947ede /profiles/http/src/main/java/org/onap
parent37e08a4d965751c570b125eda565abd3d6dfafbc (diff)
removed block of commented-out lines of code
Issue-ID: CLI-439 report: tested weather-report Signed-off-by: sharath reddy <bs.reddy@huawei.com> Change-Id: I83c454d6c08b5e10bd06af75210bb8eb3efa6460
Diffstat (limited to 'profiles/http/src/main/java/org/onap')
-rw-r--r--profiles/http/src/main/java/org/onap/cli/fw/http/cmd/OnapHttpCommand.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/profiles/http/src/main/java/org/onap/cli/fw/http/cmd/OnapHttpCommand.java b/profiles/http/src/main/java/org/onap/cli/fw/http/cmd/OnapHttpCommand.java
index e17f8615..b4654cc8 100644
--- a/profiles/http/src/main/java/org/onap/cli/fw/http/cmd/OnapHttpCommand.java
+++ b/profiles/http/src/main/java/org/onap/cli/fw/http/cmd/OnapHttpCommand.java
@@ -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()));