From fddd9ed279c94271e9ab6292e9f75f969d715bcf Mon Sep 17 00:00:00 2001 From: sharath reddy Date: Fri, 1 Apr 2022 14:10:19 +0530 Subject: removed block of commented-out lines of code Issue-ID: CLI-439 report: tested weather-report Signed-off-by: sharath reddy Change-Id: I83c454d6c08b5e10bd06af75210bb8eb3efa6460 --- .../http/src/main/java/org/onap/cli/fw/http/cmd/OnapHttpCommand.java | 1 - 1 file changed, 1 deletion(-) (limited to 'profiles/http/src/main/java') 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())); -- cgit 1.2.3-korg