lwm2m: del info debug

This commit is contained in:
nickAS21 2022-02-01 10:05:15 +02:00
parent 11140fe89b
commit 8480f21994

View File

@ -85,8 +85,6 @@ public class LwM2mVersionedModelProvider implements LwM2mModelProvider {
this.registration = registration;
this.tenantId = lwM2mClientContext.getClientByEndpoint(registration.getEndpoint()).getTenantId();
this.modelsLock = new ReentrantLock();
log.info("tenantId: [{}]", tenantId);
log.info("models: [{}]", models);
if (tenantId != null) {
models.computeIfAbsent(tenantId, t -> new ConcurrentHashMap<>());
}