剔除 upload 调试语句

pull/1267/head
贤心 2023-05-30 10:17:47 +08:00
parent a19a9e0433
commit 5b5b74bf6e
1 changed files with 0 additions and 1 deletions

View File

@ -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();
}