mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
디버깅 코드 제거
This commit is contained in:
parent
1ccdbebfb4
commit
edeaeddf65
1 changed files with 0 additions and 2 deletions
|
|
@ -65,7 +65,6 @@
|
|||
|
||||
if(!result) return;
|
||||
|
||||
console.log(result);
|
||||
if(!jQuery.isPlainObject(result)) result = jQuery.parseJSON(result);
|
||||
|
||||
if(!result) return;
|
||||
|
|
@ -184,7 +183,6 @@
|
|||
insertToContent: function() {
|
||||
var self = this;
|
||||
var temp_code = '';
|
||||
// console.log(this.selected_files);
|
||||
|
||||
$.each(this.selected_files, function(idx, file) {
|
||||
var file_srl = $(file).data().fileSrl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue