aboutsummaryrefslogtreecommitdiffstats
path: root/cmso-topology/src/main/java/org/onap/observations/Mdc.java
diff options
context:
space:
mode:
Diffstat (limited to 'cmso-topology/src/main/java/org/onap/observations/Mdc.java')
-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());