Index: ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js =================================================================== diff -u -r32700 -r32702 --- ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 32700) +++ ssts-web/src/main/webapp/disinfectsystem/touchScreen/recycle/recycleForTouchScreen.js (.../recycleForTouchScreen.js) (revision 32702) @@ -3346,7 +3346,6 @@ if ($('#tousseName' + i).val() == td.name && $('#deleted' + i).val() == '0') { tousseIsExist2 = true; $('#loadedAmount' + i).val(loadedAmount + parseInt($('#loadedAmount' + i).val(), 10)); - console.log( ti.barcode) $('#tousseOrIDCardInstanceBarcodes' + i).val(appendBarcodes($('#tousseOrIDCardInstanceBarcodes' + i).val(), ti.barcode)); if (parseInt($('#loadedAmount' + i).val()) > parseInt($('#recycleAmount' + i).val())) { $('#recycleAmount' + i).val(parseInt($('#loadedAmount' + i).val()));