mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Removing console.log
This commit is contained in:
@@ -117,7 +117,6 @@ module.exports = {
|
|||||||
|
|
||||||
testBasicAuth: function (test) {
|
testBasicAuth: function (test) {
|
||||||
server = http.createServer(function (req, res) {
|
server = http.createServer(function (req, res) {
|
||||||
console.log(req.headers);
|
|
||||||
res.end(req.headers.authorization);
|
res.end(req.headers.authorization);
|
||||||
}).listen(4444, function () {
|
}).listen(4444, function () {
|
||||||
var user = 'foo';
|
var user = 'foo';
|
||||||
|
|||||||
Reference in New Issue
Block a user