Skip to content

Commit

Permalink
remove useless
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu committed Jul 11, 2017
1 parent c754084 commit ccf11de
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions dist/cos-js-sdk-v5.js
Original file line number Diff line number Diff line change
Expand Up @@ -16912,10 +16912,7 @@ function submitRequest(params, callback) {
var url = params.url;
var body = params.body;
var json = params.json;

var needHeaders = params.needHeaders;
var rawBody = params.rawBody;

var qs = params.qs;

var opt = {
Expand Down
2 changes: 1 addition & 1 deletion dist/cos-js-sdk-v5.min.js

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions src/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -1656,10 +1656,7 @@ function submitRequest(params, callback) {
var url = params.url;
var body = params.body;
var json = params.json;

var needHeaders = params.needHeaders;
var rawBody = params.rawBody;

var qs = params.qs;

var opt = {
Expand Down

0 comments on commit ccf11de

Please sign in to comment.