From d033e72dd122bdbfb105ec5f2efc98349f164aba Mon Sep 17 00:00:00 2001 From: Thugutla sailakshmi Date: Wed, 6 Nov 2019 15:09:15 +0530 Subject: Mdc.java-remove the unused comments Issue-ID: AAF-876 Change-Id: I62776f85746fc2315045e27efba7d741a40ca062 Signed-off-by: Thugutla sailakshmi --- cmso-topology/src/main/java/org/onap/observations/Mdc.java | 1 - 1 file changed, 1 deletion(-) (limited to 'cmso-topology/src/main/java/org/onap') 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()); -- cgit 1.2.3-korg