We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66205bf commit b435e2dCopy full SHA for b435e2d
demo/js/main.js
@@ -52,7 +52,6 @@ var uploader = Qiniu.uploader({
52
},
53
'FileUploaded': function(up, file, info) {
54
var progress = new FileProgress(file, 'fsUploadProgress');
55
- console.log(up, info);
56
progress.setComplete(up, info);
57
58
'Error': function(up, err, errTip) {
0 commit comments