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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user