mirror of https://github.com/layui/layui
剔除 upload 调试语句
parent
a19a9e0433
commit
5b5b74bf6e
|
@ -230,7 +230,6 @@ layui.define(['lay','layer'], function(exports){
|
|||
'Upload failed, please try again.',
|
||||
'status: '+ (e.status || '') +' - '+ (e.statusText || 'error')
|
||||
].join('<br>'));
|
||||
console.log(e)
|
||||
error(index);
|
||||
allDone();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue