Task #6946
git-svn-id: https://svn.research-infrastructures.eu/d4science/gcube/trunk/portlets/user/rstudio-wrapper-portlet@142483 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
d8f07962f2
commit
0f3d1d3914
|
@ -85,7 +85,6 @@ public class RStudioServiceImpl extends RemoteServiceServlet implements RStudioS
|
|||
if (rStudioDistributionMap.containsKey(hostedOn)) {
|
||||
int noToSet = rStudioDistributionMap.get(hostedOn)+1;
|
||||
rStudioDistributionMap.put(hostedOn, noToSet);
|
||||
_log.debug("rStudioDistributionMap for = " + hostedOn + " -> " + noToSet);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue