logger statement added in GWTdbManagerSrviceImpl class
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/databases-manager-portlet@100854 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
dc17681468
commit
359bd053b4
|
@ -2015,7 +2015,7 @@ public class GWTdbManagerServiceImpl extends RemoteServiceServlet implements
|
|||
StatisticalManagerFactory factory = getFactory(scope);
|
||||
try {
|
||||
factory.removeComputation(computationId);
|
||||
logger.info("Computation with UID: "+ uidSubmitQuery + " removed");
|
||||
logger.info("dbmanager-> Computation with UID: "+ uidSubmitQuery + " removed");
|
||||
// remove submit query result
|
||||
refreshDataOnServer(uidSubmitQuery);
|
||||
// System.out.println("computation removed");
|
||||
|
|
Loading…
Reference in New Issue