mirror of
https://github.com/tenrok/axios.git
synced 2026-05-24 14:04:14 +03:00
remove console.log -_-
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ module.exports = function xhrAdapter(resolve, reject, config) {
|
||||
// Create the request
|
||||
var request = new adapter('Microsoft.XMLHTTP');
|
||||
request.open(config.method.toUpperCase(), buildURL(config.url, config.params, config.paramsSerializer), true);
|
||||
console.log(request);
|
||||
|
||||
// Set the request timeout in MS
|
||||
request.timeout = config.timeout;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user