mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 03:21:21 +00:00
Remove some finished TODOs
This commit is contained in:
parent
8a8b438163
commit
7b2d0f549d
2 changed files with 0 additions and 2 deletions
|
@ -36,7 +36,6 @@ DocumentHandler.prototype.handlePost = function(request, response) {
|
||||||
});
|
});
|
||||||
request.on('error', function(error) {
|
request.on('error', function(error) {
|
||||||
// TODO handle error
|
// TODO handle error
|
||||||
// TODO finish all TODOs
|
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,6 @@ winston.remove(winston.transports.Console);
|
||||||
winston.add(winston.transports.Console, { colorize: true, level: 'verbose' });
|
winston.add(winston.transports.Console, { colorize: true, level: 'verbose' });
|
||||||
|
|
||||||
// TODO preparse static instead of using exists
|
// TODO preparse static instead of using exists
|
||||||
// TODO only parse url once for static files
|
|
||||||
|
|
||||||
// Set the server up
|
// Set the server up
|
||||||
http.createServer(function(request, response) {
|
http.createServer(function(request, response) {
|
||||||
|
|
Loading…
Reference in a new issue