2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-27 14:47:43 +03:00

Removing console.log

This commit is contained in:
Matt Zabriskie
2016-03-03 22:43:38 -07:00
parent 7041775943
commit e2fbc68960
-1
View File
@@ -117,7 +117,6 @@ module.exports = {
testBasicAuth: function (test) {
server = http.createServer(function (req, res) {
console.log(req.headers);
res.end(req.headers.authorization);
}).listen(4444, function () {
var user = 'foo';