mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
remove debugging code
This commit is contained in:
parent
e9eadb771b
commit
39034a16d0
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ var pkg = require(pkgPath);
|
|||
|
||||
module.exports = function () {
|
||||
return function (req, res, next) {
|
||||
console.log('middleware');
|
||||
res.header('X-App-Name', 'kibana');
|
||||
res.header('X-App-Version', pkg.version);
|
||||
next();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue