Removed printstacktrace from exception block 89/65989/1
authorChandan Ghosh <cghosh12@in.ibm.com>
Wed, 12 Sep 2018 06:02:57 +0000 (11:32 +0530)
committerChandan Ghosh <cghosh12@in.ibm.com>
Wed, 12 Sep 2018 06:03:05 +0000 (11:33 +0530)
Removed printstacktrace from exception block in
DistributionClientEmulator.java

Issue-ID: SO-1027
Change-Id: Ie8cefda90171d6478be007ba0525cf266e2547f0
Signed-off-by: Chandan Ghosh <cghosh12@in.ibm.com>
asdc-controller/src/main/java/org/onap/so/asdc/client/test/emulators/DistributionClientEmulator.java

index 4f76d3f..1d07656 100644 (file)
@@ -91,7 +91,6 @@ public class DistributionClientEmulator implements IDistributionClient {
                try {
                        inputStream = getData(filename);
                } catch (IOException e) {                       
-                       e.printStackTrace();
                        logger.debug("InputStream is NULL for:"+ resourcePath + filename);
                }