Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #699 from lirantal/bugfix/unused-variable
Browse files Browse the repository at this point in the history
Removing unused passport variable in express.js library file
  • Loading branch information
lirantal committed Jul 24, 2015
2 parents c671f65 + 2ff2490 commit 0e3f194
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/lib/express.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ var config = require('../config'),
methodOverride = require('method-override'),
cookieParser = require('cookie-parser'),
helmet = require('helmet'),
passport = require('passport'),
flash = require('connect-flash'),
consolidate = require('consolidate'),
path = require('path');
Expand Down

0 comments on commit 0e3f194

Please sign in to comment.