add comments

This commit is contained in:
Roberto Cirillo 2023-02-16 16:02:23 +01:00
parent fdb7fd354d
commit ee1560cce3
1 changed files with 2 additions and 1 deletions

View File

@ -100,8 +100,9 @@ public class ServiceEndpointResource {
// profile.accessPoints().add(ap);
// registerSE(newResource);
// return newResource;
log("going to encrypt and push");
log.debug("going to encrypt and push");
registerSE(encryptResource(resourceProfile));
log.debug("pushed on IS");
return resourceProfile;
}else{
throw new RuntimeException("ServiceEndpoint profile is null or user not enabled");