Skip to content

Commit

Permalink
cannot delete data.urlpath
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsiaoming Yang committed Mar 25, 2013
1 parent 09daea4 commit 27d72a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/sdk/yuan.js
Expand Up @@ -48,7 +48,6 @@ Yuan.prototype.request = function(data, callback) {
data.url = util.format('%s/%s', this.mirror, data.urlpath);
}
log.debug(data.method.toLowerCase(), data.url);
delete data.urlpath;

data.headers = data.headers || {};

Expand Down

0 comments on commit 27d72a7

Please sign in to comment.