lwm2m: del info debug
This commit is contained in:
parent
11140fe89b
commit
8480f21994
@ -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<>());
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user