Removed prinstackTrace 27/78927/2
authorJegadeesh Babu <jegabab1@in.ibm.com>
Thu, 21 Feb 2019 13:57:41 +0000 (19:27 +0530)
committerTakamune Cho <takamune.cho@att.com>
Thu, 21 Feb 2019 15:01:29 +0000 (15:01 +0000)
Sonar fix

Issue-ID: APPC-1475
Change-Id: I0330868328589dded0db6afa7ae2fe75f0b6ada0
Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
appc-config/appc-config-adaptor/provider/src/main/java/org/onap/appc/ccadaptor/DebugLog.java

index 18fcc84..a345a11 100644 (file)
@@ -6,6 +6,8 @@
  * ================================================================================\r
  * Copyright (C) 2017 Amdocs\r
  * =============================================================================\r
+ * Modifications Copyright (C) 2019 IBM\r
+ * =============================================================================\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
  * You may obtain a copy of the License at\r
@@ -75,8 +77,6 @@ public class DebugLog {
             }\r
         } catch (IOException e) {\r
             DebugLog.printRTAriDebug(fn, "writeToFile() exception: " + e);\r
-            //System.err.println("writeToFile() exception: " + e);\r
-            e.printStackTrace();\r
         }\r
     }\r
 \r