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.
2 parents 205aadd + 0f4db7f commit 3123997Copy full SHA for 3123997
dist/qiniu.js
@@ -1471,6 +1471,7 @@
1471
}
1472
ajax.open('POST', url, true);
1473
ajax.setRequestHeader('Content-Type', 'text/plain;charset=UTF-8');
1474
+
1475
console.log('uptoken:'+that.token);
1476
ajax.setRequestHeader('Authorization', 'UpToken ' + that.token);
1477
var onreadystatechange = function () {
@@ -1512,7 +1513,6 @@
1512
1513
1514
// send statistics log
1515
if (!op.disable_statistics_report) {
- console.log(123);
1516
console.log(info.responseHeaders);
1517
var req_id = info.responseHeaders.match(/(X-Reqid\:\ )([\w\.\%-]*)/)[2];
1518
var startAt = file._start_at ? file._start_at.getTime() : nowTime.getTime();
0 commit comments