just removed a log

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-explorer@174475 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2018-11-29 15:36:41 +00:00
parent 25819aca14
commit ca4c6e626a
1 changed files with 0 additions and 1 deletions

View File

@ -128,7 +128,6 @@ public class StorageHubServiceUtil {
}else{
//THE FolderItem IS SON OF ROOT SHARED FOLDER SO REQUESTING THE ROOT SHARED FOLDER
sharedfolder = (SharedFolder) client.getRootSharedFolder(folderItem.getId());
_log.warn("This item "+folderId+" is a folder not castable at "+SharedFolder.class.getSimpleName() + " or at "+VreFolder.class.getSimpleName());
}
List<ACL> acls = client.getACL(sharedfolder.getId());