Skip to content
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.

Commit

Permalink
removes unused variable & duplicate function call
Browse files Browse the repository at this point in the history
  • Loading branch information
dennishall1 committed Feb 15, 2016
1 parent 88bfda4 commit d2322f7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Expand Up @@ -4,11 +4,9 @@
var kraken = require('kraken-js'),
app = require('express')(),
options = require('./lib/spec')(app),
userLib = require('./lib/user')(),
port = process.env.PORT || 8000;



app.use(kraken(options));

app.listen(port, function(err) {
Expand Down

0 comments on commit d2322f7

Please sign in to comment.