Pylog test suite
[logging-analytics.git] / pylog / onaplogging / mdcContext.py
index fa94536..ecdc2d9 100644 (file)
@@ -48,7 +48,7 @@ class MDCContext(threading.local):
 
     def remove(self, key):
 
-        if key in self.localDict:
+        if key in self._localDict:
             del self._localDict[key]
 
     def clear(self):