Skip to content

Commit 3123997

Browse files
authored
Merge branch 'master' into develop
2 parents 205aadd + 0f4db7f commit 3123997

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/qiniu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1471,6 +1471,7 @@
14711471
}
14721472
ajax.open('POST', url, true);
14731473
ajax.setRequestHeader('Content-Type', 'text/plain;charset=UTF-8');
1474+
14741475
console.log('uptoken:'+that.token);
14751476
ajax.setRequestHeader('Authorization', 'UpToken ' + that.token);
14761477
var onreadystatechange = function () {
@@ -1512,7 +1513,6 @@
15121513

15131514
// send statistics log
15141515
if (!op.disable_statistics_report) {
1515-
console.log(123);
15161516
console.log(info.responseHeaders);
15171517
var req_id = info.responseHeaders.match(/(X-Reqid\:\ )([\w\.\%-]*)/)[2];
15181518
var startAt = file._start_at ? file._start_at.getTime() : nowTime.getTime();

0 commit comments

Comments
 (0)