Merge "Removed printstacktrace from exception block"
authorSeshu Kumar M <seshu.kumar.m@huawei.com>
Fri, 14 Sep 2018 08:56:03 +0000 (08:56 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 14 Sep 2018 08:56:03 +0000 (08:56 +0000)
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);
                }