Skip to content

Commit

Permalink
deprecate: remove createServer()
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcorgan committed May 23, 2014
1 parent 39489a0 commit b8fea4f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ var superstatic = module.exports = function (options) {
return app;
};

// // TODO: remove/deprecate this
// superstatic.createServer = function (options) {
// return superstatic(options);
// };

// TODO: why do we need this?
superstatic.defaultSettings = require('./settings/default');

Expand Down

0 comments on commit b8fea4f

Please sign in to comment.