Commit 7b2d0f54 authored by John Crepezzi's avatar John Crepezzi
Browse files

Remove some finished TODOs

parent 8a8b4381
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@ DocumentHandler.prototype.handlePost = function(request, response) {
  });
  request.on('error', function(error) {
    // TODO handle error
    // TODO finish all TODOs
  });
};

+0 −1
Original line number Diff line number Diff line
@@ -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) {