repl: remove obsolete TODO

It's long past v0.3.0 and .break isn't going anywhere anytime soon.

PR-URL: https://github.com/nodejs/io.js/pull/2081
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Brian White <mscdex@mscdex.net>
pull/2139/head
Rich Trott 2015-06-29 23:29:36 -07:00
parent af249fa8a1
commit eabed2f518
1 changed files with 0 additions and 1 deletions

View File

@ -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() {