removed prints with reports modeler

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/reports@87280 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2013-12-23 12:05:22 +00:00
parent 3c1402c2b0
commit c3ac93d8e0
1 changed files with 1 additions and 11 deletions

View File

@ -375,12 +375,6 @@ public class ReportServiceImpl extends RemoteServiceServlet implements ReportSe
OpenReportLogEntry logEntry = new OpenReportLogEntry(toReturn.getTemplateName(), templateObjectID);
log.logEntry(getASLSession().getUsername(), getASLSession().getScopeName(), logEntry);
try {
ReportsReader.readReportStructure(toReturn);
} catch (Exception e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
return toReturn;
}
}
@ -819,11 +813,7 @@ public class ReportServiceImpl extends RemoteServiceServlet implements ReportSe
*
*/
public void saveReport(Model toSave, String folderid, String newname) {
try {
ReportsReader.readReportStructure(toSave);
} catch (Exception e1) {
e1.printStackTrace();
}
Model model = toSave;
storeTemplateInSession(toSave);
_log.info("Serializing Model in folder: " + folderid );