mirror of
https://github.com/seejohnrun/haste-server.git
synced 2025-12-13 03:05:55 +00:00
Remove some finished TODOs
This commit is contained in:
@@ -12,7 +12,6 @@ winston.remove(winston.transports.Console);
|
||||
winston.add(winston.transports.Console, { colorize: true, level: 'verbose' });
|
||||
|
||||
// TODO preparse static instead of using exists
|
||||
// TODO only parse url once for static files
|
||||
|
||||
// Set the server up
|
||||
http.createServer(function(request, response) {
|
||||
|
||||
Reference in New Issue
Block a user