master
TJ Holowaychuk 2013-08-27 21:10:29 -07:00
parent 1ceafd0f4e
commit 552ef6fd52
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ app.use(function(next){
} else {
this.body = 'Hello World';
yield logger(next);
yield next;
}
}
});