Remove some finished TODOs

This commit is contained in:
John Crepezzi 2011-11-18 16:25:53 -05:00
parent 8a8b438163
commit 7b2d0f549d
2 changed files with 0 additions and 2 deletions

View file

@ -36,7 +36,6 @@ DocumentHandler.prototype.handlePost = function(request, response) {
});
request.on('error', function(error) {
// TODO handle error
// TODO finish all TODOs
});
};