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

Commit

Permalink
removing unused passport variable in express.js library file
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal committed Jul 24, 2015
1 parent 0369db4 commit 2ff2490
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 2ff2490

Please sign in to comment.