Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r33910 -r33917 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 33910) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 33917) @@ -6786,7 +6786,6 @@ DWREngine.setAsync(false); RecyclingRecordTableManager.getRecyclingRecordById(id, function (record) { record = eval("(" + record + ")"); - console.log(record) if (record != null) { $("#id").val(record.id); $("#depart").text(record.depart);