From: sharath reddy Date: Fri, 1 Apr 2022 08:40:19 +0000 (+0530) Subject: removed block of commented-out lines of code X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=fddd9ed279c94271e9ab6292e9f75f969d715bcf;p=cli.git removed block of commented-out lines of code Issue-ID: CLI-439 report: tested weather-report Signed-off-by: sharath reddy Change-Id: I83c454d6c08b5e10bd06af75210bb8eb3efa6460 --- 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> results = OnapCommandHttpUtils.populateOutputs(this.getResultMap(), output); - //results = OnapCommandUtils.populateOutputsFromInputParameters(results, this.getParametersMap()); for (OnapCommandResultAttribute attr : this.getResult().getRecords()) { attr.setValues(results.get(attr.getName()));