diff --git a/lib/repl.js b/lib/repl.js index ea965d4352..4150f567de 100644 --- a/lib/repl.js +++ b/lib/repl.js @@ -156,8 +156,6 @@ REPLServer.prototype.readline = function (cmd) { */ REPLServer.prototype.complete = function (line) { - // TODO: special completion in `require` calls. - var completions, completionGroups = [], // list of completion lists, one for each inheritance "level" completeOn,