Skip to content

Commit

Permalink
remove unused line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Mar 5, 2015
1 parent 4978775 commit d0d22d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/oauth.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ var app = express();
app.use(passport.initialize());
app.use('/authorize', middleware.examples);
app.use('/authorize', function(req, res) {
var latest = req.latest && (req.history.style[req.latest] || req.history.source[req.latest]);
res.send(tm.templates.oauth({
nocache: nocache,
user: tm.db.get('user'),
Expand Down

0 comments on commit d0d22d9

Please sign in to comment.