Skip to content

Commit

Permalink
cleaning up examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed May 20, 2011
1 parent 286c92b commit 8a7876f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 0 additions & 3 deletions examples/ejs/app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@

// Expose modules in ./support for demo purposes
require.paths.unshift(__dirname + '/../../support');

/**
* Module dependencies.
*/
Expand Down
6 changes: 2 additions & 4 deletions examples/error/app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@

// Expose modules in ./support for demo purposes
require.paths.unshift(__dirname + '/../../support');

/**
* Module dependencies.
*/
Expand All @@ -25,4 +22,5 @@ app.get('/next', function(req, res, next){
// text/html, and application/json responses to aid in development
app.use('/', express.errorHandler({ dump: true, stack: true }));

app.listen(3000);
app.listen(3000);
console.log('app listening on port 3000');

0 comments on commit 8a7876f

Please sign in to comment.