just removed commented code

This commit is contained in:
Francesco Mangiacrapa 2021-01-18 17:21:12 +01:00
parent 32925c7954
commit eccd26bccb
1 changed files with 0 additions and 7 deletions

View File

@ -62,13 +62,6 @@ public class WsUtil {
*/
public Workspace getWorkspace() throws Exception{
/*if(theWorkspace==null) {
checkInitParameters();
String scope = ScopeProvider.instance.get();
String token = SecurityTokenProvider.instance.get();
theWorkspace = getWorkspaceFromStorageHub(scope, token);
}
return theWorkspace;*/
String scope = ScopeProvider.instance.get();
String token = SecurityTokenProvider.instance.get();
if(token!=null)