Index: ssts-web/src/main/webapp/disinfectsystem/customizedreports/reportList/reportUpdate.js =================================================================== diff -u -r30854 -r30872 --- ssts-web/src/main/webapp/disinfectsystem/customizedreports/reportList/reportUpdate.js (.../reportUpdate.js) (revision 30854) +++ ssts-web/src/main/webapp/disinfectsystem/customizedreports/reportList/reportUpdate.js (.../reportUpdate.js) (revision 30872) @@ -51,7 +51,6 @@ }; api.getReportDefinition(postData, function(res) { - console.log(res) var reportName = res.data.reportName || ''; var reportDesc = res.data.reportDescription || ''; var folderName = res.data.folderName || '';