Upgrade RMR version to 3.6.2
[ric-plt/e2.git] / RIC-E2-TERMINATION / mapWrapper.h
index fa997da..a219d56 100644 (file)
  * limitations under the License.
  */
 
+/*
+ * This source code is part of the near-RT RIC (RAN Intelligent Controller)
+ * platform project (RICP).
+ */
+
+
 //
 // Created by adi ENZEL on 8/28/19.
 //
@@ -35,9 +41,6 @@ class mapWrapper {
 public:
     void *find(char *key) {
         shared_lock<shared_timed_mutex> read(fence);
-        if (mdclog_level_get() >= MDCLOG_DEBUG) {
-
-        }
         auto entry = keyMap.find(key);
         if (entry == keyMap.end()) {
             return nullptr;