X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=appc-config%2Fappc-config-adaptor%2Fprovider%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fappc%2Fccadaptor%2FDebugLog.java;fp=appc-config%2Fappc-config-adaptor%2Fprovider%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fappc%2Fccadaptor%2FDebugLog.java;h=a345a114e7c0f4907638159aeeaf04fa0c882751;hb=206c2d96a4ada3d60e68ac67539925fe5baa545b;hp=18fcc8413580317e13eb8e777b7c781712e024e7;hpb=80488f2e675692e7c5339c94f3c5aefe5f533b44;p=appc.git 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(); } }