Skip to content

Commit b435e2d

Browse files
committed
remove console
1 parent 66205bf commit b435e2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

demo/js/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ var uploader = Qiniu.uploader({
5252
},
5353
'FileUploaded': function(up, file, info) {
5454
var progress = new FileProgress(file, 'fsUploadProgress');
55-
console.log(up, info);
5655
progress.setComplete(up, info);
5756
},
5857
'Error': function(up, err, errTip) {

0 commit comments

Comments
 (0)