Skip to content

Commit 1c4b28f

Browse files
author
zhangheng
committed
remove console.log
1 parent 506da8b commit 1c4b28f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/upload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ export class UploadManager {
234234
onCreate
235235
}).then(response => {
236236
if (this.isAndroidBrowser) {
237-
console.log("android..."); // 对于低版本安卓浏览器,因为无法触发 xhr 的 progress 事件,这里 fake 下
237+
// 对于低版本安卓浏览器,因为无法触发 xhr 的 progress 事件,这里 fake 下
238238
onProgress({ loaded: chunk.size });
239239
}
240240
this.ctxList[index] = {

0 commit comments

Comments
 (0)