Skip to content

Commit

Permalink
Dont start server by default
Browse files Browse the repository at this point in the history
  • Loading branch information
daleharvey committed Nov 22, 2014
1 parent 8e4eca3 commit 9cf720e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ module.exports = function(PouchDB) {
};

// Used for testing porpoises
var PouchDB = require('pouchdb');
module.exports(PouchDB);
app.listen(5985);
// var PouchDB = require('pouchdb');
// module.exports(PouchDB);
// app.listen(5985);

0 comments on commit 9cf720e

Please sign in to comment.