2
0
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:
Vineet Hawal
2015-11-22 01:32:38 +05:30
parent 5c3b144a64
commit 837da5319c
+1 -1
View File
@@ -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;