Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
w33ble committed Jan 21, 2015
1 parent e9eadb7 commit 39034a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/lib/appHeaders.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 39034a1

Please sign in to comment.