aboutsummaryrefslogtreecommitdiffstats
path: root/cmso-topology
diff options
context:
space:
mode:
authorThugutla sailakshmi <tsaila10@in.ibm.com>2019-11-06 15:09:15 +0530
committerVikas Varma <vv8305@att.com>2020-01-22 15:42:43 +0000
commitd033e72dd122bdbfb105ec5f2efc98349f164aba (patch)
tree211f81781e0b9f2ceb9f1de676046e54970d7a14 /cmso-topology
parent368bbe37308f8483aedd214e78ebd01a2f0cb608 (diff)
Mdc.java-remove the unused comments
Issue-ID: AAF-876 Change-Id: I62776f85746fc2315045e27efba7d741a40ca062 Signed-off-by: Thugutla sailakshmi <tsaila10@in.ibm.com>
Diffstat (limited to 'cmso-topology')
-rw-r--r--cmso-topology/src/main/java/org/onap/observations/Mdc.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmso-topology/src/main/java/org/onap/observations/Mdc.java b/cmso-topology/src/main/java/org/onap/observations/Mdc.java
index f040437..45c134c 100644
--- a/cmso-topology/src/main/java/org/onap/observations/Mdc.java
+++ b/cmso-topology/src/main/java/org/onap/observations/Mdc.java
@@ -196,7 +196,6 @@ public class Mdc {
public static void metricEnd(ClientResponseContext response) {
Date now = new Date();
- // MDC.put(MDC_BEGIN_TIMESTAMP, Stopwatch.isoFormatter.format(now));
MDC.put(MDC_END_TIMESTAMP, Stopwatch.isoFormatter.format(now));
setResponseInfo(response.getStatusInfo());