diff --git a/index.js b/index.js index 6bae66e..f146812 100644 --- a/index.js +++ b/index.js @@ -46,11 +46,6 @@ module.exports = { testemMiddleware: function(app) { this.middleware(app, { root: this.project.root }); }, - serverMiddleware: function(options) { - this.app = options.app; - if(!this.validEnv()) { return; } - this.middleware(options.app, { root: this.project.root }); - }, postprocessTree: function(type, tree) { this._requireBuildPackages();