add print

This commit is contained in:
Roberto Cirillo 2023-02-16 15:32:48 +01:00
parent 5d4793210e
commit fdb7fd354d
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ public class ServiceEndpointResource {
// profile.accessPoints().add(ap);
// registerSE(newResource);
// return newResource;
log("going to encrypt and push");
registerSE(encryptResource(resourceProfile));
return resourceProfile;
}else{