console.log 삭제

구버전 IE에서는 개발자 도구가 열려있지 않을 때 console 객체를 사용할 수 없습니다. 따라서 오류가 발생하고, 이 때문에 페이지의 스크립트가 의도치 않게 멈출 수 있습니다. 이점을 수정합니다.
This commit is contained in:
YJSoft 2015-07-10 11:18:58 +09:00
parent 8888d04bcb
commit fb25cf42fd

View file

@ -287,7 +287,6 @@
obj.editor_sequence = data.editorSequence;
$.exec_json('file.getFileList', obj, function(res){
console.log(res);
data.uploadTargetSrl = res.upload_target_srl;
editorRelKeys[data.editorSequence].primary.value = res.upload_target_srl;
data.uploadTargetSrl = res.uploadTargetSrl;