diff options
author | Jegadeesh Babu <jegabab1@in.ibm.com> | 2019-02-21 19:27:41 +0530 |
---|---|---|
committer | Takamune Cho <takamune.cho@att.com> | 2019-02-21 15:01:29 +0000 |
commit | 206c2d96a4ada3d60e68ac67539925fe5baa545b (patch) | |
tree | fadfdeda3d788e1eddf6fbae425709f19e4a1700 /appc-config/appc-config-adaptor | |
parent | 80488f2e675692e7c5339c94f3c5aefe5f533b44 (diff) |
Removed prinstackTrace
Sonar fix
Issue-ID: APPC-1475
Change-Id: I0330868328589dded0db6afa7ae2fe75f0b6ada0
Signed-off-by: Jegadeesh Babu <jegabab1@in.ibm.com>
Diffstat (limited to 'appc-config/appc-config-adaptor')
-rw-r--r-- | appc-config/appc-config-adaptor/provider/src/main/java/org/onap/appc/ccadaptor/DebugLog.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appc-config/appc-config-adaptor/provider/src/main/java/org/onap/appc/ccadaptor/DebugLog.java b/appc-config/appc-config-adaptor/provider/src/main/java/org/onap/appc/ccadaptor/DebugLog.java index 18fcc8413..a345a114e 100644 --- a/appc-config/appc-config-adaptor/provider/src/main/java/org/onap/appc/ccadaptor/DebugLog.java +++ b/appc-config/appc-config-adaptor/provider/src/main/java/org/onap/appc/ccadaptor/DebugLog.java @@ -6,6 +6,8 @@ * ================================================================================
* Copyright (C) 2017 Amdocs
* =============================================================================
+ * Modifications Copyright (C) 2019 IBM
+ * =============================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
@@ -75,8 +77,6 @@ public class DebugLog { }
} catch (IOException e) {
DebugLog.printRTAriDebug(fn, "writeToFile() exception: " + e);
- //System.err.println("writeToFile() exception: " + e);
- e.printStackTrace();
}
}
|