diff --git a/lib/repl.js b/lib/repl.js index 38f66f0b2b10aa..96532910b4d7e4 100644 --- a/lib/repl.js +++ b/lib/repl.js @@ -855,7 +855,6 @@ function addStandardGlobals(completionGroups, filter) { } function defineDefaultCommands(repl) { - // TODO remove me after 0.3.x repl.defineCommand('break', { help: 'Sometimes you get stuck, this gets you out', action: function() {