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

Commit

Permalink
Remove unused passport require
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrodrigues committed Apr 23, 2015
1 parent 90dbbb6 commit 7f1b46b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modules/users/server/routes/users.server.routes.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
'use strict';

/**
* Module dependencies.
*/
var passport = require('passport');

module.exports = function(app) {
// User Routes
var users = require('../controllers/users.server.controller');
Expand Down

0 comments on commit 7f1b46b

Please sign in to comment.