mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Merge pull request #1611 from YJSoft/bugfix/console
파일 업로더 main.js 파일의 console.log 삭제
This commit is contained in:
commit
6a89d2f729
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue